]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/chain-break-status.expect
parse-options: simplify positivation handling
[thirdparty/git.git] / t / chainlint / chain-break-status.expect
1 OUT=$(( ( large_git ; echo $? 1 >& 3 ) | : ) 3 >& 1) &&
2 test_match_signal 13 "$OUT" &&
3
4 { test-tool sigchain > actual ; ret=$? ; } &&
5 {
6 test_match_signal 15 "$ret" ||
7 test "$ret" = 3
8 } &&
9 test_cmp expect actual