aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
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";
}
}
}