tests/test-hgweb-annotate-whitespace.t
changeset 34792 3b4b38130689
parent 34390 f6492f482c60
--- a/tests/test-hgweb-annotate-whitespace.t	Mon Oct 16 17:41:37 2017 -0700
+++ b/tests/test-hgweb-annotate-whitespace.t	Mon Oct 16 13:06:33 2017 -0700
@@ -76,7 +76,7 @@
 
   $ hg serve -p $HGPORT -d --pid-file hg.pid
   $ cat hg.pid >> $DAEMON_PIDS
-  $ hg --config annotate.ignorews=true serve -p $HGPORT1 -d --pid-file hg.pid
+  $ hg serve --config annotate.ignorews=true -p $HGPORT1 -d --pid-file hg.pid
   $ cat hg.pid >> $DAEMON_PIDS
   $ cd ..