aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-31 01:41:20 +0000
committerYang Tse <yangsita@gmail.com>2008-07-31 01:41:20 +0000
commit0de08d418feccc0d0f16a215c4ac3fb05e356198 (patch)
treebacdbaa0fa3ceb1b479c91683448e3c1cea69dfa /tests/testcurl.pl
parent109edaae6d7d78805bfd4e118bb9d5ae75fd742e (diff)
s/silly/underquoted definition/
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>) {