diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 2c0d547e5d89ed0de2200b61df13d2ce4e4c57bc..ece15e8b70cb8a0772e5fe55cdeb505a086a870a 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 () {