Sign in
code
/
git
/
aef3d5948c5b00a0409e117da7e720f574040505
/
.
/
t
/
chainlint
/
exit-subshell.test
blob: 4e6ab69b88674291d9e786da04f88106ff509ccd [
file
]
(
# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
foo
||
exit
1
bar
&&
baz
)