diff tests/test-hgweb-diffs.t @ 25474: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 3bb6f5f478a7
line wrap: on
line diff
--- a/tests/test-hgweb-diffs.t	Mon Jun 08 14:21:45 2015 -0500
+++ b/tests/test-hgweb-diffs.t	Mon Jun 08 14:55:40 2015 -0500
@@ -302,7 +302,7 @@
 
 set up hgweb with git diffs
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ hg serve --config 'diff.git=1' -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   $ cat hg.pid >> $DAEMON_PIDS
 
@@ -1094,7 +1094,7 @@
 
 raw revision with diff block numbers
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ cat <<EOF > .hg/hgrc
   > [web]
   > templates = rawdiff
@@ -1131,7 +1131,7 @@
   @@ -0,0 +1,1 @@
   +b
   
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ rm .hg/hgrc rawdiff/map
   $ rmdir rawdiff
   $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log