summaryrefslogtreecommitdiff
path: root/t/output11.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/output11.sh')
-rwxr-xr-xt/output11.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/output11.sh b/t/output11.sh
index 4413f9732..7dbd835a9 100755
--- a/t/output11.sh
+++ b/t/output11.sh
@@ -16,7 +16,7 @@
# Make sure an AC_CONFIG_FILES ignore filenames with shell variables.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << \END
AC_SUBST([FOO], [foo])
@@ -53,7 +53,7 @@ $ACLOCAL
$AUTOCONF
$AUTOMAKE
-$FGREP ' $file' Makefile.in sub/Makefile.in && Exit 1
+$FGREP ' $file' Makefile.in sub/Makefile.in && exit 1
./configure
$MAKE distcheck