Loading tests/runtests.pl +8 −6 Original line number Diff line number Diff line Loading @@ -2376,13 +2376,15 @@ sub serverfortest { return "no server specified"; } my $proto = lc($what[0]); for (@what) { my $proto = lc($_); chomp $proto; if (! grep /^$proto$/, @protocols) { if (substr($proto,0,5) ne "socks") { return "curl lacks any $proto support"; } } } return &startservers(@what); } Loading Loading
tests/runtests.pl +8 −6 Original line number Diff line number Diff line Loading @@ -2376,13 +2376,15 @@ sub serverfortest { return "no server specified"; } my $proto = lc($what[0]); for (@what) { my $proto = lc($_); chomp $proto; if (! grep /^$proto$/, @protocols) { if (substr($proto,0,5) ne "socks") { return "curl lacks any $proto support"; } } } return &startservers(@what); } Loading