From 7a588144b7d18a94f595091c26c2d22215d2c2a1 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 30 Jul 2008 04:42:16 +0000 Subject: [PATCH] Reinstate hiding aclocal 'underquoted definition' warnings. --- tests/testcurl.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 7bae917..2c0d547 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; } -- 2.7.4