]> granicus.if.org Git - curl/commitdiff
allow 'none' as server
authorDaniel Stenberg <daniel@haxx.se>
Sat, 15 Mar 2003 17:11:13 +0000 (17:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 Mar 2003 17:11:13 +0000 (17:11 +0000)
tests/runtests.pl

index 6b698335791467387ff0cd68ab225db3b68a49cc..27b4116f10dc284cec097d83aec27edb82fcda6e 100755 (executable)
@@ -976,6 +976,8 @@ sub serverfortest {
                 $run{'https'}=$HTTPSPIDFILE;
             }
         }
+        elsif($what eq "none") {
+        }
         else {
             warn "we don't support a server for $what";
         }