1test_expect_success 'command-substitution-subsubshell' ' 2# LINT: subshell nested in subshell nested in command substitution 3OUT=$( ((large_git 1>&3) | :) 3>&1 ) && 4test_match_signal 13 "$OUT" 5'