git/t/chainlint/exit-subshell.test

7 lines
101 B
Plaintext

(
# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
foo || exit 1
bar &&
baz
)