tests/test-push-http.t
branchstable
changeset 13449 8b1125eb361e
parent 13446 1e497df514e2
child 13946 3c2f9f611ef6
--- a/tests/test-push-http.t	Sun Feb 20 00:57:55 2011 +0100
+++ b/tests/test-push-http.t	Sun Feb 20 18:06:05 2011 +0100
@@ -15,7 +15,7 @@
   >     hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
   >     cat hg.pid >> $DAEMON_PIDS
   >     hg --cwd ../test2 push http://localhost:$HGPORT/
-  >     kill `cat hg.pid`
+  >     "$TESTDIR/killdaemons.py"
   >     echo % serve errors
   >     cat errors.log
   > }