diff options
-rwxr-xr-x | tests/testcurl.pl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl index ab3e49da2..8d207d1cd 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -380,22 +380,6 @@ if ($CVS) { else { mydie "buildconf was NOT successful"; } - - if($confopts =~ /--enable-ares/) { - logit "run buildconf for ares"; - chdir "ares"; - open(F, "./buildconf 2>&1 |") or die; - open(LOG, ">$buildlog") or die; - while (<F>) { - next if /warning: underquoted definition of/; - print; - print LOG; - } - close(F); - close(LOG); - chdir ".."; - } - } else { logit "buildconf was successful (dummy message)"; |