tests/test-bundle2-exchange.t
changeset 25474 8c14f87bd0ae
parent 25472 4d2b9b304ad0
child 25476 46727fea7a00
--- a/tests/test-bundle2-exchange.t	Mon Jun 08 14:21:45 2015 -0500
+++ b/tests/test-bundle2-exchange.t	Mon Jun 08 14:55:40 2015 -0500
@@ -466,7 +466,7 @@
   > failpush=$TESTTMP/failpush.py
   > EOF
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ hg -R other serve -p $HGPORT2 -d --pid-file=other.pid -E other-error.log
   $ cat other.pid >> $DAEMON_PIDS
 
@@ -562,7 +562,7 @@
   > txnabort.failpush = sh -c "echo 'Cleaning up the mess...'"
   > EOF
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ hg -R other serve -p $HGPORT2 -d --pid-file=other.pid -E other-error.log
   $ cat other.pid >> $DAEMON_PIDS
 
@@ -625,7 +625,7 @@
   $ cat << EOF >> $HGRCPATH
   > pretxnchangegroup = sh -c "echo 'Fail early!'; false"
   > EOF
-  $ killdaemons.py $DAEMON_PIDS # reload http config
+  $ killdaemons.py # reload http config
   $ hg -R other serve -p $HGPORT2 -d --pid-file=other.pid -E other-error.log
   $ cat other.pid >> $DAEMON_PIDS