summaryrefslogtreecommitdiff
path: root/t/tap-passthrough.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-passthrough.sh')
-rwxr-xr-xt/tap-passthrough.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/tap-passthrough.sh b/t/tap-passthrough.sh
index aa9fe5387..993e750e8 100755
--- a/t/tap-passthrough.sh
+++ b/t/tap-passthrough.sh
@@ -20,7 +20,7 @@
# - TAP errors are reported in the log file too
# See also related test 'tap-passthrough-exit.test'.
-. ./defs || Exit 1
+. ./defs || exit 1
weirdchars=\''"\$@!&()[]<>#;,:.^?*/'
@@ -46,7 +46,7 @@ ok # SKIP who cares?
$weirdchars
END
-TESTS=ok.test $MAKE -e check || { cat ok.log; Exit 1; }
+TESTS=ok.test $MAKE -e check || { cat ok.log; exit 1; }
cat ok.log
for rx in \
@@ -123,7 +123,7 @@ cat ko.log
cat bail.log
cat skip.log
cat err.log
-test $st -gt 0 || Exit 1
+test $st -gt 0 || exit 1
grep '^1\.\.1$' tiny.log
grep '^ok$' tiny.log