* tests/yacc8.test: Add a command between "test" and "cd" to
authorPavel Roskin <proski@gnu.org>
Tue, 5 Mar 2002 18:41:39 +0000 (18:41 +0000)
committerPavel Roskin <proski@gnu.org>
Tue, 5 Mar 2002 18:41:39 +0000 (18:41 +0000)
work around a bug in bash-2.05.

ChangeLog
tests/yacc8.test

index 72e049e..dc183c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-05  Pavel Roskin  <proski@gnu.org>
+
+       * 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  <duret_g@epita.fr>
 
        Fix for PR automake/294:
index f3bb06f..39c8c15 100755 (executable)
@@ -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