repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ps/show-ref'
[git.git]
/
t
/
chainlint
/
chain-break-status.expect
blob
f4bada946322a6bee2634efc27b1e67f684c1c5e
1
OUT=$(( ( large_git ; echo $? 1 >& 3 ) | : ) 3 >& 1) &&
2
test_match_signal 13 "$OUT" &&
3
4
{ test-tool sigchain > actual ; ret=$? ; } &&
5
{
6
test_match_signal 15 "$ret" ||
7
test "$ret" = 3
8
} &&
9
test_cmp expect actual