summaryrefslogtreecommitdiff
path: root/t/ax/test-lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/ax/test-lib.sh')
-rw-r--r--t/ax/test-lib.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/ax/test-lib.sh b/t/ax/test-lib.sh
index aa015d68d..b8c72533c 100644
--- a/t/ax/test-lib.sh
+++ b/t/ax/test-lib.sh
@@ -254,7 +254,7 @@ am_exit_trap ()
# behaviour, while from time to time useful to developers, is not
# meant to be enabled by default, as it could cause spurious failures
# in the wild. Thus it will be enabled only when the variable
- # "am_explicit_skips" is set to a "true" value.
+ # 'am_explicit_skips' is set to a "true" value.
case $am_explicit_skips in
[yY]|[yY]es|1)
if test $exit_status -eq 77 && test $am__test_skipped != yes; then
@@ -266,7 +266,6 @@ am_exit_trap ()
fi
am_keeping_testdirs || rm_rf_ $am_test_subdir
set +x
- echo "$me: exit $exit_status"
# Spurious escaping to ensure we do not call our "exit" alias.
\exit $exit_status
}