summaryrefslogtreecommitdiff
path: root/t/posixsubst-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/posixsubst-tests.sh')
-rwxr-xr-xt/posixsubst-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/posixsubst-tests.sh b/t/posixsubst-tests.sh
index a51176b83..c6318637c 100755
--- a/t/posixsubst-tests.sh
+++ b/t/posixsubst-tests.sh
@@ -18,7 +18,7 @@
# with the TESTS special variable.
# For gen-testsuite-part: ==> try-with-serial-tests <==
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_OUTPUT
@@ -54,7 +54,7 @@ $AUTOCONF
$AUTOMAKE -a
./configure
-$MAKE check >out 2>&1 && { cat out; Exit 1; }
+$MAKE check >out 2>&1 && { cat out; exit 1; }
cat out
ls -l
grep '^FAIL: foo1\.test *$' out