summaryrefslogtreecommitdiff
path: root/tests/yacc8.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yacc8.test')
-rwxr-xr-xtests/yacc8.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/yacc8.test b/tests/yacc8.test
index e34410185..89eb3b73a 100755
--- a/tests/yacc8.test
+++ b/tests/yacc8.test
@@ -18,7 +18,7 @@
required="gcc bison"
-. ./defs || exit 1
+. ./defs || Exit 1
set -e
@@ -104,7 +104,7 @@ EXTRA_foo_foo_SOURCES = foo/parse2.y
END
$AUTOMAKE -a
-test -f ./ylwrap || exit 1
+test -f ./ylwrap || Exit 1
cd sub
# Regenerate Makefile (automatic in GNU Make, but not in other Makes)