diff tests/test-treediscovery.t @ 26010:8c14f87bd0ae

tests: drop DAEMON_PIDS from killdaemons calls
author Matt Mackall <mpm@selenic.com>
date Mon, 08 Jun 2015 14:55:40 -0500
parents 4d2b9b304ad0
children b74ca9ace65e
line wrap: on
line diff
--- a/tests/test-treediscovery.t
+++ b/tests/test-treediscovery.t
@@ -21,7 +21,7 @@
   >   cat hg.pid >> $DAEMON_PIDS
   > }
   $ tstop() {
-  >   killdaemons.py $DAEMON_PIDS
+  >   killdaemons.py
   >   [ "$1" ] && cut -d' ' -f6- access.log && cat errors.log
   >   rm access.log errors.log
   > }