projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a08a2
)
tests: fix a spurious failure on Mac OS X
author
Stefano Lattarini
<stefano.lattarini@gmail.com>
Thu, 26 Dec 2013 15:52:06 +0000
(16:52 +0100)
committer
Stefano Lattarini
<stefano.lattarini@gmail.com>
Thu, 26 Dec 2013 15:52:06 +0000
(16:52 +0100)
This change fixes bug#14706.
* lib/depcomp2.sh: Also cater to spurious diagnostic from GNU rm,
not only from Apple's rm.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/depcomp2.sh
patch
|
blob
|
history
diff --git
a/t/depcomp2.sh
b/t/depcomp2.sh
index 3eba12d6c8dda329add4ee8ce37a119fa47fb605..3baaebfddd65ac6c9f631af084e3f72dc36025c6 100644
(file)
--- a/
t/depcomp2.sh
+++ b/
t/depcomp2.sh
@@
-47,7
+47,7
@@
$AUTOCONF
cat stderr >&2
# Ignore warning messages sometimes seen on Mac OS X; they are
# not automake's fault anyway, but either autoconf's or Mac's.
-sed '/rm:.*
conftest\.dSYM/d' stderr >stderr2
+sed '/rm:.*conftest\.dSYM/d' stderr >stderr2
test -s stderr2 && { cat stderr2; exit 1; }
: