diff options
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |