diff options
-rwxr-xr-x | tests/testcurl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 2c0d547e5..ece15e8b7 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -391,7 +391,7 @@ if ($CVS) { unlink "autom4te.cache"; # generate the build files - logit "invoke buildconf, but filter off the silly aclocal warnings"; + logit "invoke buildconf, but filter off aclocal underquoted definition warnings"; open(F, "./buildconf 2>&1 |") or die; open(LOG, ">$buildlog") or die; while (<F>) { |