aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/blank-line-before-esac.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/blank-line-before-esac.expect')
-rw-r--r--t/chainlint/blank-line-before-esac.expect8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/chainlint/blank-line-before-esac.expect b/t/chainlint/blank-line-before-esac.expect
index 48ed4eb124..056e03003d 100644
--- a/t/chainlint/blank-line-before-esac.expect
+++ b/t/chainlint/blank-line-before-esac.expect
@@ -1,11 +1,11 @@
-test_done ( ) {
+test_done () {
case "$test_failure" in
- 0 )
+ 0)
test_at_end_hook_
exit 0 ;;
- * )
+ *)
if test $test_external_has_tap -eq 0
then
say_color error "# failed $test_failure among $msg"
@@ -14,5 +14,5 @@ test_done ( ) {
exit 1 ;;
- esac
+ esac
}