git/t/chainlint/command-substitution-subsubshell.expect

2 OUT=$( ((large_git 1>&3) | :) 3>&1 ) &&
3 test_match_signal 13 "$OUT"