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