]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/block.expect
chainlint.pl: allow `|| echo` to signal failure upstream of a pipe
[thirdparty/git.git] / t / chainlint / block.expect
CommitLineData
bb4efbc5
ES
1(
2 foo &&
3 {
d00113ec 4 echo a ?!AMP?!
bb4efbc5
ES
5 echo b
6 } &&
7 bar &&
8 {
9 echo c
db8c7a1c 10 } ?!AMP?!
bb4efbc5 11 baz
5be30d0c 12)