From 02cbb6c9e4ac59b11a4ca011fb837810d87cdda2 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 5 Mar 2002 18:41:14 +0000 Subject: [PATCH] * tests/yacc8.test: Add a command between "test" and "cd" to work around a bug in bash-2.05. --- ChangeLog | 5 +++++ tests/yacc8.test | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 72e049ef..dc183c4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-05 Pavel Roskin + + * tests/yacc8.test: Add a command between "test" and "cd" to + work around a bug in bash-2.05. + 2002-03-05 Alexandre Duret-Lutz Fix for PR automake/294: diff --git a/tests/yacc8.test b/tests/yacc8.test index f3bb06f4..39c8c155 100755 --- a/tests/yacc8.test +++ b/tests/yacc8.test @@ -58,7 +58,7 @@ EXTRA_foo_foo_SOURCES = foo/parse2.y END $AUTOMAKE -a -test -f ./ylwrap +test -f ./ylwrap || exit 1 cd sub make foo/parse2.o -- 2.43.5