summaryrefslogtreecommitdiff
path: root/t/yacc7.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/yacc7.sh')
-rwxr-xr-xt/yacc7.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/yacc7.sh b/t/yacc7.sh
index a3602e9fa..e1cb3767a 100755
--- a/t/yacc7.sh
+++ b/t/yacc7.sh
@@ -21,7 +21,7 @@
# PR/47.
required='cc yacc'
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_PROG_CC
@@ -71,7 +71,7 @@ $MAKE foo.h
test -f foo.h
# Make sure '#line ... y.tab.h' gets replaced.
-$FGREP 'y.tab.h' foo.h && Exit 1
+$FGREP 'y.tab.h' foo.h && exit 1
# Make distclean must not erase foo.c nor foo.h (by GNU standards) ...
$MAKE foo.c