automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [FYI] [ng] tests: fix a spurious failure


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] [ng] tests: fix a spurious failure
Date: Fri, 27 Jul 2012 11:30:22 +0200

* t/override-conditional-1.sh: Here, due to the recent edits
of 'lib/am/header-vars.am'.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/override-conditional-1.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/override-conditional-1.sh b/t/override-conditional-1.sh
index 42e0350..2752346 100755
--- a/t/override-conditional-1.sh
+++ b/t/override-conditional-1.sh
@@ -36,7 +36,8 @@ $ACLOCAL
 $AUTOMAKE -Wno-override
 
 # "ps:" should be output in two conditions
-test $(grep -c '[^-]ps:' Makefile.in) -eq 2
+grep 'ps:' Makefile.in # For debugging.
+test $(grep -c '@ps:' Makefile.in) -eq 2
 grep '@address@hidden: *foobar' Makefile.in
 grep '@address@hidden: *ps-am' Makefile.in
 
-- 
1.7.12.rc0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]