From: Steve Holme Date: Sat, 27 Dec 2014 10:40:41 +0000 (+0000) Subject: runtests: Fixed detection of Unix Sockets feature X-Git-Tag: curl-7_40_0~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bde08d216ca08fc185af2f31e57ebdb5c36f4497;p=curl runtests: Fixed detection of Unix Sockets feature ...following change in curl --version output. --- diff --git a/tests/runtests.pl b/tests/runtests.pl index cac74aa47..a2cc5153a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2411,7 +2411,7 @@ sub checksystem { if($feat =~ /IPv6/i) { $has_ipv6 = 1; } - if($feat =~ /unix-sockets/i) { + if($feat =~ /UnixSockets/i) { $has_unix = 1; } if($feat =~ /libz/i) {