summaryrefslogtreecommitdiff
path: root/t/tap-numeric-description.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-numeric-description.sh')
-rwxr-xr-xt/tap-numeric-description.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tap-numeric-description.sh b/t/tap-numeric-description.sh
index cd220a7d5..60292a76c 100755
--- a/t/tap-numeric-description.sh
+++ b/t/tap-numeric-description.sh
@@ -16,7 +16,7 @@
# TAP result lines whose description is a number.
-. ./defs || Exit 1
+. ./defs || exit 1
. "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
@@ -53,7 +53,7 @@ XPASS: all.test 9 ${x9} # TODO
XPASS: all.test 10 - ${x10} # TODO
END
-$MAKE check >stdout && { cat stdout; Exit 1; }
+$MAKE check >stdout && { cat stdout; exit 1; }
cat stdout
count_test_results total=10 pass=2 fail=2 xpass=2 xfail=2 skip=2 error=0