summaryrefslogtreecommitdiffstats
path: root/t/chainlint/chain-break-status.expect
blob: f4bada946322a6bee2634efc27b1e67f684c1c5e (plain)
1
2
3
4
5
6
7
8
9
OUT=$(( ( large_git ; echo $? 1 >& 3 ) | : ) 3 >& 1) &&
test_match_signal 13 "$OUT" &&

{ test-tool sigchain > actual ; ret=$? ; } &&
{
	test_match_signal 15 "$ret" ||
	test "$ret" = 3
} &&
test_cmp expect actual