# HG changeset patch # User Dirkjan Ochtman # Date 2009-01-03 19:20:40 # Node ID 4afc3208a7b8d399687de30b0e0c348190ccd825 # Parent 8bea01a6539115d8da09ef0b82e925db4d7259e9 tests: use killdaemons.py in test-pull-http diff --git a/tests/test-pull-http b/tests/test-pull-http --- a/tests/test-pull-http +++ b/tests/test-pull-http @@ -19,7 +19,7 @@ echo 'allowpull = false' >> .hg/hgrc hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log cat hg.pid >> $DAEMON_PIDS hg clone http://localhost:$HGPORT/ test3 | sed -e 's,:[0-9][0-9]*/,/,' -kill `cat hg.pid` +"$TESTDIR/killdaemons.py" echo % serve errors cat errors.log