From 78912201b96ce406713c2d312774e0e4bbd363f5 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 27 Jul 2012 11:28:37 +0200 Subject: [PATCH] [ng] tests: fix a spurious failure * t/override-conditional-1.sh: Here, due to the recent edits of 'lib/am/header-vars.am'. Signed-off-by: Stefano Lattarini --- 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 42e03505c..275234698 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 '@COND_TRUE@ps: *foobar' Makefile.in grep '@COND_FALSE@ps: *ps-am' Makefile.in -- 2.47.2