aboutsummaryrefslogtreecommitdiff
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 65096948d..c29aeaf52 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2349,7 +2349,7 @@ sub checksystem {
$has_darwinssl=1;
$ssllib="DarwinSSL";
}
- elsif ($libcurl =~ /ares/i) {
+ if ($libcurl =~ /ares/i) {
$has_cares=1;
$resolver="c-ares";
}