t3436: do not run git-merge-recursive in dashed form

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2020-08-26 14:46:23 -07:00
parent 27126692ba
commit 6160b2e9a4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ test_expect_success 'setup' '

mkdir test-bin &&
write_script test-bin/git-merge-test <<-\EOF
exec git-merge-recursive "$@"
exec git merge-recursive "$@"
EOF
'