tests/test-bookmarks-pushpull.t
changeset 25474 8c14f87bd0ae
parent 25472 4d2b9b304ad0
child 25476 46727fea7a00
--- a/tests/test-bookmarks-pushpull.t	Mon Jun 08 14:21:45 2015 -0500
+++ b/tests/test-bookmarks-pushpull.t	Mon Jun 08 14:55:40 2015 -0500
@@ -284,7 +284,7 @@
 (new config needs a server restart)
 
   $ cd ..
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ hg -R pull-race serve -p $HGPORT -d --pid-file=pull-race.pid -E main-error.log
   $ cat pull-race.pid >> $DAEMON_PIDS
   $ cd pull-race2
@@ -321,7 +321,7 @@
 
 (new config need server restart)
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ hg -R ../pull-race serve -p $HGPORT -d --pid-file=../pull-race.pid -E main-error.log
   $ cat ../pull-race.pid >> $DAEMON_PIDS
 
@@ -347,7 +347,7 @@
 
 (done with this section of the test)
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ cd ../b
 
 diverging a remote bookmark fails
@@ -743,7 +743,7 @@
   > push_ssl = false
   > allow_push = *
   > EOF
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ hg -R ../issue4455-dest serve -p $HGPORT -d --pid-file=../issue4455.pid -E ../issue4455-error.log
   $ cat ../issue4455.pid >> $DAEMON_PIDS