aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
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";