mirror of
https://github.com/git/git
synced 2024-10-31 01:43:41 +00:00
10 lines
213 B
Text
10 lines
213 B
Text
|
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
|