diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-06-13 20:45:34 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-13 20:45:34 +0000 | 
| commit | 2d0fea2650cc65f827ad9c02ef1aca8f0d3afa8f (patch) | |
| tree | ce73e8eb06738a0380f7be695b0b003c748e6e06 | |
| parent | c1a71ad14f0632d808bef081716838f89db2cad5 (diff) | |
fixed the language somewhat
| -rwxr-xr-x | tests/runtests.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/runtests.pl b/tests/runtests.pl index 37172f27c..c52a71f18 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";  	    }  	}      } | 
