From: Pavel Roskin Date: Tue, 5 Mar 2002 18:41:39 +0000 (+0000) Subject: * tests/yacc8.test: Add a command between "test" and "cd" to X-Git-Tag: v1.10.2~1427 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56ef4075ac346877d5e3dd335c0a26b1b52fda20;p=platform%2Fupstream%2Fautomake.git * tests/yacc8.test: Add a command between "test" and "cd" to work around a bug in bash-2.05. --- diff --git a/ChangeLog b/ChangeLog index 72e049e..dc183c4 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 f3bb06f..39c8c15 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