Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
exit-subshell.test
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
test
8 lines
141 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'exit-subshell'
'
2
(
3
# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
4
foo || exit 1
5
bar &&
6
baz
7
)
8
'