tests/test-pull-http.t
changeset 17565 f62ed3d90377
parent 17466 d5a3bda6e170
child 18851 a60963c02f92
--- 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
   > }