diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-31 01:41:20 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-31 01:41:20 +0000 |
commit | 0de08d418feccc0d0f16a215c4ac3fb05e356198 (patch) | |
tree | bacdbaa0fa3ceb1b479c91683448e3c1cea69dfa | |
parent | 109edaae6d7d78805bfd4e118bb9d5ae75fd742e (diff) |
s/silly/underquoted definition/
-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>) { |