aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-15 17:11:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-15 17:11:13 +0000
commit01618d323b11d1edd4c7c5c5c4248a3c314670a6 (patch)
tree91f012ad78e1d0141e0e158f6339b1ea9b523285 /tests
parentbb6d0e37e368efffcc0b4c2d715ec29ff5e89e3d (diff)
allow 'none' as server
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 6b6983357..27b4116f1 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -976,6 +976,8 @@ sub serverfortest {
$run{'https'}=$HTTPSPIDFILE;
}
}
+ elsif($what eq "none") {
+ }
else {
warn "we don't support a server for $what";
}