mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-03 02:27:35 -05:00
Merge branch 'en/t5407-rebase-m-fix'
* en/t5407-rebase-m-fix: t5407: fix test to cover intended arguments
This commit is contained in:
@@ -113,7 +113,7 @@ test_expect_success 'git rebase -m' '
|
||||
test_expect_success 'git rebase -m --skip' '
|
||||
git reset --hard D &&
|
||||
clear_hook_input &&
|
||||
test_must_fail git rebase --onto A B &&
|
||||
test_must_fail git rebase -m --onto A B &&
|
||||
test_must_fail git rebase --skip &&
|
||||
echo D > foo &&
|
||||
git add foo &&
|
||||
|
||||
Reference in New Issue
Block a user