From: Daniel Stenberg Date: Sat, 15 Mar 2003 17:11:13 +0000 (+0000) Subject: allow 'none' as server X-Git-Tag: curl-7_10_4~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01618d323b11d1edd4c7c5c5c4248a3c314670a6;p=curl allow 'none' as server --- 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"; }