summaryrefslogtreecommitdiff
path: root/t/tap-out-of-order.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-out-of-order.sh')
-rwxr-xr-xt/tap-out-of-order.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tap-out-of-order.sh b/t/tap-out-of-order.sh
index 20bba0a59..e884a1e07 100755
--- a/t/tap-out-of-order.sh
+++ b/t/tap-out-of-order.sh
@@ -17,7 +17,7 @@
# TAP support:
# - out-of-order test results
-. ./defs || Exit 1
+. ./defs || exit 1
. "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
@@ -58,7 +58,7 @@ ok 17
END
TESTS='a.test b.test c.test d.test' $MAKE -e check >stdout \
- && { cat stdout; Exit 1; }
+ && { cat stdout; exit 1; }
cat stdout
count_test_results total=17 pass=8 fail=0 xpass=0 xfail=1 skip=0 error=8