From: Daniel Stenberg Date: Fri, 13 Jun 2008 20:45:34 +0000 (+0000) Subject: fixed the language somewhat X-Git-Tag: curl-7_19_0~449 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d0fea2650cc65f827ad9c02ef1aca8f0d3afa8f;p=thirdparty%2Fcurl.git fixed the language somewhat --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 37172f27c2..c52a71f18b 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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"; } } }