diff -r 6d0efc802856 -r f62ed3d90377 tests/test-pull-http.t --- a/tests/test-pull-http.t Fri Sep 14 20:40:52 2012 +0200 +++ b/tests/test-pull-http.t Fri Sep 14 21:05:24 2012 +0200 @@ -1,4 +1,4 @@ - $ "$TESTDIR/hghave" serve || exit 80 + $ "$TESTDIR/hghave" killdaemons || exit 80 $ hg init test $ cd test @@ -49,7 +49,7 @@ > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log > cat hg.pid >> $DAEMON_PIDS > hg --cwd ../test pull http://localhost:$HGPORT/ - > kill `cat hg.pid` + > "$TESTDIR/killdaemons.py" hg.pid > echo % serve errors > cat errors.log > }