]> granicus.if.org Git - curl/commitdiff
fixed the language somewhat
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jun 2008 20:45:34 +0000 (20:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jun 2008 20:45:34 +0000 (20:45 +0000)
tests/runtests.pl

index 37172f27c2f40b30402c40c27010651bf726d523..c52a71f18bc75f4f604ad22e82378ea9f3673d05 100755 (executable)
@@ -2698,7 +2698,7 @@ sub serverfortest {
        chomp $proto;
        if (! grep /^$proto$/, @protocols) {
            if (substr($proto,0,5) ne "socks") {
-                   return "curl lacks any $proto support";
+                   return "curl lacks $proto support";
            }
        }
     }