git/t/chainlint/chain-break-status.expect

10 lines
222 B
Plaintext

2 OUT=$( ((large_git; echo $? 1>&3) | :) 3>&1 ) &&
3 test_match_signal 13 "$OUT" &&
4
5 { test-tool sigchain >actual; ret=$?; } &&
6 {
7 test_match_signal 15 "$ret" ||
8 test "$ret" = 3
9 } &&
10 test_cmp expect actual