* t/override-conditional-1.sh: Here, due to the recent edits of 'lib/am/header-vars.am'.
Signed-off-by: Stefano Lattarini <[email protected]> --- 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 '@COND_TRUE@ps: *foobar' Makefile.in grep '@COND_FALSE@ps: *ps-am' Makefile.in -- 1.7.12.rc0
