Sign in
code
/
git
/
a4a77e41fa0ee3d526993be47086bbfe3a115cdc
/
.
/
t
/
chainlint
/
exit-subshell.test
blob: 05dff55cd73e399ac02f01815f9cf23ab1f8e0b0 [
file
] [
log
] [
blame
]
test_expect_success
'exit-subshell'
'
(
# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
foo || exit 1
bar &&
baz
)
'