tests/test-treediscovery.t
changeset 25472 4d2b9b304ad0
parent 25367 d0f1d8b4de57
child 25474 8c14f87bd0ae
--- a/tests/test-treediscovery.t	Fri Jun 05 22:53:15 2015 -0400
+++ b/tests/test-treediscovery.t	Mon Jun 08 14:44:30 2015 -0500
@@ -21,7 +21,7 @@
   >   cat hg.pid >> $DAEMON_PIDS
   > }
   $ tstop() {
-  >   "$TESTDIR/killdaemons.py" $DAEMON_PIDS
+  >   killdaemons.py $DAEMON_PIDS
   >   [ "$1" ] && cut -d' ' -f6- access.log && cat errors.log
   >   rm access.log errors.log
   > }