aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/testcurl.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl
index 2c0d547e5..7bae91727 100755
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -395,7 +395,6 @@ if ($CVS) {
open(F, "./buildconf 2>&1 |") or die;
open(LOG, ">$buildlog") or die;
while (<F>) {
- next if /warning: underquoted definition of/;
print;
print LOG;
}