Merge branch 'ps/show-ref'
[git.git] / t / chainlint / chain-break-status.expect
blobf4bada946322a6bee2634efc27b1e67f684c1c5e
1 OUT=$(( ( large_git ; echo $? 1 >& 3 ) | : ) 3 >& 1) &&
2 test_match_signal 13 "$OUT" &&
4 { test-tool sigchain > actual ; ret=$? ; } &&
6         test_match_signal 15 "$ret" ||
7         test "$ret" = 3
8 } &&
9 test_cmp expect actual