summaryrefslogtreecommitdiff
path: root/t/tap-plan-malformed.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-plan-malformed.sh')
-rwxr-xr-xt/tap-plan-malformed.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tap-plan-malformed.sh b/t/tap-plan-malformed.sh
index 99fd8c583..68a0f474f 100755
--- a/t/tap-plan-malformed.sh
+++ b/t/tap-plan-malformed.sh
@@ -17,7 +17,7 @@
# TAP support: a malformed TAP plan is not recognized. The checks in
# here should be consistent with the behaviour of the 'prove' utility.
-. ./defs || Exit 1
+. ./defs || exit 1
. "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
@@ -47,7 +47,7 @@ END
tests_list=$(echo *.test)
-TESTS="$tests_list" $MAKE -e check >stdout && { cat stdout; Exit 1; }
+TESTS="$tests_list" $MAKE -e check >stdout && { cat stdout; exit 1; }
cat stdout
count_test_results total=9 pass=2 fail=0 xpass=0 xfail=2 skip=0 error=5