runtests: Fixed detection of Unix Sockets feature
...following change in curl --version output.
This commit is contained in:
@@ -2411,7 +2411,7 @@ sub checksystem {
|
|||||||
if($feat =~ /IPv6/i) {
|
if($feat =~ /IPv6/i) {
|
||||||
$has_ipv6 = 1;
|
$has_ipv6 = 1;
|
||||||
}
|
}
|
||||||
if($feat =~ /unix-sockets/i) {
|
if($feat =~ /UnixSockets/i) {
|
||||||
$has_unix = 1;
|
$has_unix = 1;
|
||||||
}
|
}
|
||||||
if($feat =~ /libz/i) {
|
if($feat =~ /libz/i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user