aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-14 21:52:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-14 21:52:16 +0000
commitdc28a9c0c19c324a0740669e3cc71e80b07a848e (patch)
tree392cc9aa63eaadf8f455d5f391198690cf4206c1 /tests/runtests.pl
parent1faef62d597c78ea5601ed94814f4a188ec17a86 (diff)
make sure the ipv6 http server gets its pid stored in a separate file
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index f66fdeef0..1be984b58 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -346,7 +346,6 @@ sub runhttpserver {
$nameext="-ipv6";
}
-
$pid = checkserver($pidfile);
# verify if our/any server is running on this port
@@ -391,7 +390,7 @@ sub runhttpserver {
if($dir) {
$flag .= "-d \"$dir\" ";
}
- $cmd="$perl $srcdir/httpserver.pl $flag $port $ipv6 &";
+ $cmd="$perl $srcdir/httpserver.pl -p $pidfile $flag $port $ipv6 &";
system($cmd);
if($verbose) {
print "CMD: $cmd\n";