]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/blank-line-before-esac.expect
Merge branch 'la/strvec-comment-fix' into maint-2.43
[thirdparty/git.git] / t / chainlint / blank-line-before-esac.expect
CommitLineData
647b5e09 1test_done () {
56066523 2 case "$test_failure" in
647b5e09 3 0)
56066523
ES
4 test_at_end_hook_
5
6 exit 0 ;;
7
647b5e09 8 *)
56066523
ES
9 if test $test_external_has_tap -eq 0
10 then
11 say_color error "# failed $test_failure among $msg"
12 say "1..$test_count"
13 fi
14
15 exit 1 ;;
16
647b5e09 17 esac
56066523 18}