summaryrefslogtreecommitdiff
path: root/t/tap-numbers-leading-zero.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-numbers-leading-zero.sh')
-rwxr-xr-xt/tap-numbers-leading-zero.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tap-numbers-leading-zero.sh b/t/tap-numbers-leading-zero.sh
index bbd0d0ece..fd1c3b62d 100755
--- a/t/tap-numbers-leading-zero.sh
+++ b/t/tap-numbers-leading-zero.sh
@@ -17,13 +17,13 @@
# TAP support:
# - how does TAP result numbers with leading zero fares?
-. ./defs || Exit 1
+. ./defs || exit 1
. "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
do_checks ()
{
- $MAKE check >stdout && { cat stdout; Exit 1; }
+ $MAKE check >stdout && { cat stdout; exit 1; }
cat stdout
count_test_results "$@"
# Allow some normalization of leading zeros, without forcing it.