From 2d0fea2650cc65f827ad9c02ef1aca8f0d3afa8f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Jun 2008 20:45:34 +0000 Subject: [PATCH] fixed the language somewhat --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 37172f2..c52a71f 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"; } } } -- 2.7.4