summaryrefslogtreecommitdiff
path: root/t/chainlint/chain-break-status.expect
blob: 23c0caa7d8b328955c4965d89a7689b5261838c9 (plain)
1
2
3
4
5
6
7
8
9
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