summaryrefslogtreecommitdiff
path: root/t/parallel-tests-dry-run-1.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/parallel-tests-dry-run-1.sh')
-rwxr-xr-xt/parallel-tests-dry-run-1.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/parallel-tests-dry-run-1.sh b/t/parallel-tests-dry-run-1.sh
index 6fdcb9820..3f6172de2 100755
--- a/t/parallel-tests-dry-run-1.sh
+++ b/t/parallel-tests-dry-run-1.sh
@@ -17,7 +17,7 @@
# Check parallel-tests interactions with "make -n".
# See also sister test 'parallel-tests-dry-run-2.test'.
-. ./defs || Exit 1
+. ./defs || exit 1
echo AC_OUTPUT >> configure.ac
@@ -82,7 +82,7 @@ END
chmod a+x foo.test bar.test
-$MAKE check && Exit 1
+$MAKE check && exit 1
for targ in recheck clean mostlyclean distclean; do
$MAKE -n "$targ"