diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-30 04:42:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-30 04:42:16 +0000 |
commit | 7a588144b7d18a94f595091c26c2d22215d2c2a1 (patch) | |
tree | dc5e454a349b1c22a744854c2e42e9bcbde09f89 /tests | |
parent | 7f2999aa43d3fc11821ab54e24a9200c68eb870b (diff) |
Reinstate hiding aclocal 'underquoted definition' warnings.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testcurl.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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 (<F>) { + next if /warning: underquoted definition of/; print; print LOG; } |