diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 7bae91727..2c0d547e5 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -395,6 +395,7 @@ if ($CVS) { open(F, "./buildconf 2>&1 |") or die; open(LOG, ">$buildlog") or die; while () { + next if /warning: underquoted definition of/; print; print LOG; }