summaryrefslogtreecommitdiff
path: root/t/ax/tap-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/ax/tap-functions.sh')
-rw-r--r--t/ax/tap-functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/ax/tap-functions.sh b/t/ax/tap-functions.sh
index eebcbe989..3eff61cd4 100644
--- a/t/ax/tap-functions.sh
+++ b/t/ax/tap-functions.sh
@@ -172,7 +172,7 @@ skip_all_ ()
{
echo "1..0 # SKIP" ${1+"$@"}
planned_=0
- Exit 0
+ exit 0
}
# bailout_ [REASON ...]
@@ -183,7 +183,7 @@ skip_all_ ()
bailout_ ()
{
echo 'Bail out!' ${1+"$@"}
- Exit 99
+ exit 99
}
# fatal_ [REASON ...]