]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/blank-line-before-esac.expect
Merge branch 'rs/bisect-start-leakfix' into maint-2.38
[thirdparty/git.git] / t / chainlint / blank-line-before-esac.expect
1 test_done ( ) {
2 case "$test_failure" in
3 0 )
4 test_at_end_hook_
5
6 exit 0 ;;
7
8 * )
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
17 esac
18 }