diff -r 378a8e700e02 -r 4d2b9b304ad0 tests/test-bookmarks-pushpull.t --- a/tests/test-bookmarks-pushpull.t Fri Jun 05 22:53:15 2015 -0400 +++ b/tests/test-bookmarks-pushpull.t Mon Jun 08 14:44:30 2015 -0500 @@ -284,7 +284,7 @@ (new config needs a server restart) $ cd .. - $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS + $ killdaemons.py $DAEMON_PIDS $ 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) - $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS + $ killdaemons.py $DAEMON_PIDS $ 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) - $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS + $ killdaemons.py $DAEMON_PIDS $ cd ../b diverging a remote bookmark fails @@ -743,7 +743,7 @@ > push_ssl = false > allow_push = * > EOF - $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS + $ killdaemons.py $DAEMON_PIDS $ hg -R ../issue4455-dest serve -p $HGPORT -d --pid-file=../issue4455.pid -E ../issue4455-error.log $ cat ../issue4455.pid >> $DAEMON_PIDS