diff --git a/tests/runtests.pl b/tests/runtests.pl index 33b801fb62..0ab2c95303 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -831,6 +831,7 @@ sub checksystemfeatures { $feature{"large-time"} = 1; $feature{"large-size"} = 1; $feature{"sha512-256"} = 1; + $feature{"--libcurl"} = 1; $feature{"local-http"} = servers::localhttp(); $feature{"codeset-utf8"} = lc(langinfo(CODESET())) eq "utf-8";