tests/test-hgwebdir.t
changeset 25474 8c14f87bd0ae
parent 25472 4d2b9b304ad0
child 26072 06320fb11699
--- a/tests/test-hgwebdir.t	Mon Jun 08 14:21:45 2015 -0500
+++ b/tests/test-hgwebdir.t	Mon Jun 08 14:55:40 2015 -0500
@@ -903,7 +903,7 @@
 
 Test collapse = True
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ cat >> paths.conf <<EOF
   > [web]
   > collapse=true
@@ -989,7 +989,7 @@
 
 Test descend = False
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ cat >> paths.conf <<EOF
   > descend=false
   > EOF
@@ -1050,7 +1050,7 @@
   $ hg id http://localhost:$HGPORT1/astar
   8580ff50825a
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ cat > paths.conf <<EOF
   > [paths]
   > t/a = $root/a
@@ -1078,7 +1078,7 @@
 
 Test collapse = True
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ cat >> paths.conf <<EOF
   > [web]
   > collapse=true
@@ -1103,7 +1103,7 @@
 
 test descend = False
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ cat >> paths.conf <<EOF
   > descend=false
   > EOF
@@ -1123,7 +1123,7 @@
   /t/a/
   /t/b/
   
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ cat > paths.conf <<EOF
   > [paths]
   > nostore = $root/nostore
@@ -1227,7 +1227,7 @@
 
   $ get-with-headers.py localhost:$HGPORT2 'a/rss-log' | grep '<guid'
       <guid isPermaLink="true">http://hg.example.com:8080/a/rev/8580ff50825a</guid>
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ hg serve --config web.baseurl=http://hg.example.com:8080/foo/ -p $HGPORT2 -d \
   >     --pid-file=hg.pid --webdir-conf collections.conf \
   >     -A access-collections-2.log -E error-collections-2.log