tests/test-pull
changeset 2570 83cfd95eafb5
parent 1929 85daa4e03b4c
child 2612 ffb895f16925
--- a/tests/test-pull
+++ b/tests/test-pull
@@ -8,6 +8,7 @@ hg addremove
 hg commit -m 1
 hg verify
 hg serve -p 20059 -d --pid-file=hg.pid
+cat hg.pid >> $DAEMON_PIDS
 cd ..
 
 http_proxy= hg clone http://localhost:20059/ copy
@@ -17,5 +18,3 @@ hg co
 cat foo
 hg manifest
 hg pull
-
-kill `cat ../test/hg.pid`