summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 4345df2d0..5dce33042 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2682,7 +2682,7 @@ sub checksystem {
$curl =~ s/^(.*)(libcurl.*)/$1/g;
$libcurl = $2;
- if($curl =~ /linux|bsd|solaris|darwin/) {
+ if($curl =~ /linux|bsd|solaris/) {
$has_ldpreload = 1;
}
if($curl =~ /win32|Windows|mingw(32|64)/) {