blob: 4ea772d60ad3c1c8c95c3bd599afb478a7f01b6d [file] [log] [blame]
test_expect_success 'command-substitution-subsubshell' '
# LINT: subshell nested in subshell nested in command substitution
OUT=$( ((large_git 1>&3) | :) 3>&1 ) &&
test_match_signal 13 "$OUT"
'