summaryrefslogtreecommitdiff
path: root/t/tap-planskip-whitespace.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-planskip-whitespace.sh')
-rwxr-xr-xt/tap-planskip-whitespace.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tap-planskip-whitespace.sh b/t/tap-planskip-whitespace.sh
index 4640ee57d..d9c54963e 100755
--- a/t/tap-planskip-whitespace.sh
+++ b/t/tap-planskip-whitespace.sh
@@ -18,7 +18,7 @@
# - normalization of whitespace in console testsuite progress associated
# with a SKIP directive in the TAP plan
-. ./defs || Exit 1
+. ./defs || exit 1
. "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
@@ -35,7 +35,7 @@ cat > baz.test <<END
END
TESTS='foo.test bar.test baz.test' $MAKE -e check > stdout \
- || { cat stdout; Exit 1; }
+ || { cat stdout; exit 1; }
cat stdout
count_test_results total=3 pass=0 fail=0 error=0 xpass=0 xfail=0 skip=3