[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FYI] {master} tests: remove a redundant workaround for a testsuite weak
From: |
Stefano Lattarini |
Subject: |
[FYI] {master} tests: remove a redundant workaround for a testsuite weakness |
Date: |
Sat, 24 Nov 2012 19:37:23 +0100 |
* t/warnings-unknown.sh: Here, since we have improved our wrapper
scripts for aclocal and automake enough to make that workaround
unneeded.
Signed-off-by: Stefano Lattarini <address@hidden>
---
t/warnings-unknown.sh | 4 ----
1 file changed, 4 deletions(-)
diff --git a/t/warnings-unknown.sh b/t/warnings-unknown.sh
index 2677d08..f5e809f 100755
--- a/t/warnings-unknown.sh
+++ b/t/warnings-unknown.sh
@@ -34,10 +34,6 @@ END
$ACLOCAL
AUTOMAKE_fails -Wbazquux
-# FIXME: we could get rid of this once we improve our wrapper scripts.
-sed "s/^automake:/automake-$APIVERSION:/" stderr > t
-mv -f t stderr
-cat stderr >&2
grep '^configure\.ac:2:.* unknown warning category.*zardoz' stderr
grep '^Makefile\.am:1:.* unknown warning category.*foobar' stderr
grep "^automake-$APIVERSION:.* unknown warning category.*bazquux" stderr
--
1.8.0.209.gf3828dc
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [FYI] {master} tests: remove a redundant workaround for a testsuite weakness,
Stefano Lattarini <=