Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
chainlint
/
command-substitution-subsubshell.test
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
test
5 lines
194 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'command-substitution-subsubshell'
'
2
# LINT: subshell nested in subshell nested in command substitution
3
OUT=$( ((large_git 1>&3) | :) 3>&1 ) &&
4
test_match_signal 13 "$OUT"
5
'