tests/test-highlight.t
changeset 25474 8c14f87bd0ae
parent 25472 4d2b9b304ad0
child 25606 3bb6f5f478a7
--- a/tests/test-highlight.t	Mon Jun 08 14:21:45 2015 -0500
+++ b/tests/test-highlight.t	Mon Jun 08 14:55:40 2015 -0500
@@ -549,7 +549,7 @@
 errors encountered
 
   $ cat errors.log
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
 
 Change the pygments style
 
@@ -583,7 +583,7 @@
   $ hg ci -Ama
   adding eucjp.txt
   $ hgserveget () {
-  >     killdaemons.py $DAEMON_PIDS
+  >     killdaemons.py
   >     echo % HGENCODING="$1" hg serve
   >     HGENCODING="$1" hg serve -p $HGPORT -d -n test --pid-file=hg.pid -E errors.log
   >     cat hg.pid >> $DAEMON_PIDS