Merge branch 'en/t5407-rebase-m-fix'
* en/t5407-rebase-m-fix: t5407: fix test to cover intended arguments
This commit is contained in:
commit
3467e25e1e
@ -113,7 +113,7 @@ test_expect_success 'git rebase -m' '
|
|||||||
test_expect_success 'git rebase -m --skip' '
|
test_expect_success 'git rebase -m --skip' '
|
||||||
git reset --hard D &&
|
git reset --hard D &&
|
||||||
clear_hook_input &&
|
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 &&
|
test_must_fail git rebase --skip &&
|
||||||
echo D > foo &&
|
echo D > foo &&
|
||||||
git add foo &&
|
git add foo &&
|
||||||
|
Loading…
Reference in New Issue
Block a user