The sixth batch
[git/gitster.git] / t / chainlint / command-substitution-subsubshell.expect
blobec42f2c30c98630ef0538936bbaa5f96c0fa7626
1 OUT=$( ((large_git 1>&3) | :) 3>&1 ) &&
2 test_match_signal 13 "$OUT"