]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/command-substitution-subsubshell.expect
Merge git-gui into ml/git-gui-exec-path-fix
[thirdparty/git.git] / t / chainlint / command-substitution-subsubshell.expect
1 OUT=$(( ( large_git 1 >& 3 ) | : ) 3 >& 1) &&
2 test_match_signal 13 "$OUT"