tvl-depot/third_party/git/t/chainlint/exit-subshell.test
2020-01-11 23:40:29 +00:00

6 lines
101 B
Text

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