projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
109edaa
)
s/silly/underquoted definition/
author
Yang Tse
<yangsita@gmail.com>
Thu, 31 Jul 2008 01:41:20 +0000
(
01:41
+0000)
committer
Yang Tse
<yangsita@gmail.com>
Thu, 31 Jul 2008 01:41:20 +0000
(
01:41
+0000)
tests/testcurl.pl
patch
|
blob
|
history
diff --git
a/tests/testcurl.pl
b/tests/testcurl.pl
index
2c0d547
..
ece15e8
100755
(executable)
--- 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>) {