From 01618d323b11d1edd4c7c5c5c4248a3c314670a6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 15 Mar 2003 17:11:13 +0000 Subject: allow 'none' as server --- tests/runtests.pl | 2 ++ 1 file changed, 2 insertions(+) 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"; } -- cgit v1.2.3