From bde08d216ca08fc185af2f31e57ebdb5c36f4497 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 27 Dec 2014 10:40:41 +0000 Subject: runtests: Fixed detection of Unix Sockets feature ...following change in curl --version output. --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.pl') 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) { -- cgit v1.2.3