tests/test-http-proxy.t
changeset 28549 e01bd7385f4f
parent 27752 29cfc474c5fd
child 29064 9dc27a334fb1
--- a/tests/test-http-proxy.t	Sun Feb 14 01:06:12 2016 +0900
+++ b/tests/test-http-proxy.t	Tue Mar 15 09:51:54 2016 +0000
@@ -11,7 +11,7 @@
   $ echo a > a
   $ hg ci -Ama -d '1123456789 0'
   adding a
-  $ hg --config server.uncompressed=True serve -p $HGPORT -d --pid-file=hg.pid
+  $ hg serve --config server.uncompressed=True -p $HGPORT -d --pid-file=hg.pid
   $ cat hg.pid >> $DAEMON_PIDS
   $ cd ..
   $ tinyproxy.py $HGPORT1 localhost >proxy.log 2>&1 </dev/null &