mirror of
https://github.com/git/git.git
synced 2026-04-14 02:40:08 +02:00
@@ -320,7 +320,7 @@ test_expect_success PERL 'difftool --extcmd cat arg1' '
|
||||
test_expect_success PERL 'difftool --extcmd cat arg2' '
|
||||
echo branch >expect &&
|
||||
git difftool --no-prompt \
|
||||
--extcmd sh\ -c\ \"cat\ \$2\" branch >actual &&
|
||||
--extcmd sh\ -c\ \"cat\ \\\"\$2\\\"\" branch >actual &&
|
||||
test_cmp expect actual
|
||||
'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user