Commit bde08d21 authored by Steve Holme's avatar Steve Holme
Browse files

runtests: Fixed detection of Unix Sockets feature

...following change in curl --version output.
parent 1abe65d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {