tests/test-hgweb-commands.t
changeset 25474 8c14f87bd0ae
parent 25472 4d2b9b304ad0
child 25524 e0c09398c237
--- a/tests/test-hgweb-commands.t	Mon Jun 08 14:21:45 2015 -0500
+++ b/tests/test-hgweb-commands.t	Mon Jun 08 14:55:40 2015 -0500
@@ -2043,7 +2043,7 @@
 
 Stop and restart with HGENCODING=cp932 and preferuncompressed
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ HGENCODING=cp932 hg serve --config server.preferuncompressed=True -n test \
   >     -p $HGPORT -d --pid-file=hg.pid -E errors.log
   $ cat hg.pid >> $DAEMON_PIDS
@@ -2073,7 +2073,7 @@
 ERRORS ENCOUNTERED
 
   $ cat errors.log
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
 
   $ cd ..