summaryrefslogtreecommitdiff
path: root/t/chainlint/command-substitution-subsubshell.expect
blob: f2a9312dc8f2f0963c428ed23e2a7ddd2f946ff2 (plain)
1
2
2 OUT=$( ((large_git 1>&3) | :) 3>&1 ) &&
3 test_match_signal 13 "$OUT"