diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testcurl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 1d1ea8810..4b5319523 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -614,7 +614,7 @@ if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) { if (-f "libcares$libext") { logit "ares is now built successfully (libcares$libext)"; } else { - logit "ares build failed (libares$libext)"; + mydie "ares build failed (libcares$libext)"; } # cd back to the curl build dir |