aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl2
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>) {