Merge branch 'rj/sparse-flags'
[git.git] / t / chainlint / exit-subshell.test
blob4e6ab69b88674291d9e786da04f88106ff509ccd
2 # LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
3         foo || exit 1
4         bar &&
5         baz