]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/command-substitution-subsubshell.expect
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / command-substitution-subsubshell.expect
1 OUT=$(( ( large_git 1 >& 3 ) | : ) 3 >& 1) &&
2 test_match_signal 13 "$OUT"