Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/t3436-rebase-more-options.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3436-rebase-more-options.sh b/t/t3436-rebase-more-options.sh
index 627fa163a2..996e82787e 100755
--- a/t/t3436-rebase-more-options.sh
+++ b/t/t3436-rebase-more-options.sh
@@ -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
'