aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-02-13 06:06:57 +0000
committerYang Tse <yangsita@gmail.com>2008-02-13 06:06:57 +0000
commitcf9259dd9285260d2d97b908aa0338d17b83da0b (patch)
tree0c30ab3ff269231b2989e071caf37a7125411c1f /tests
parent6634e3c3a31a4160c70cf72811644f11266fd57f (diff)
verifyserver() actually returns the pid of the unsecure http and ftp servers
when verifying the https and ftps servers
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index b9e15f5e3..457b79d2a 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -911,7 +911,7 @@ sub runhttpsserver {
$doesntrun{$pidfile} = 1;
return (0,0);
}
- $pid2 = $pid3;
+ # Here pid3 is actually the pid returned by the unsecure-http server.
if($verbose) {
logmsg "RUN: HTTPS server is now running PID $httpspid\n";
@@ -1053,7 +1053,7 @@ sub runftpsserver {
$doesntrun{$pidfile} = 1;
return (0,0);
}
- $pid2 = $pid3;
+ # Here pid3 is actually the pid returned by the unsecure-ftp server.
if($verbose) {
logmsg "RUN: FTPS server is now running PID $ftpspid\n";