runtests: Fixed detection of Unix Sockets feature

...following change in curl --version output.
This commit is contained in:
Steve Holme 2014-12-27 10:40:41 +00:00
parent 1abe65d928
commit bde08d216c

View File

@ -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) {