Skip to content

Commit 3467e25

Browse files
committed
Merge branch 'en/t5407-rebase-m-fix'
* en/t5407-rebase-m-fix: t5407: fix test to cover intended arguments
2 parents 4922a85 + e951e8f commit 3467e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5407-post-rewrite-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ test_expect_success 'git rebase -m' '
113113
test_expect_success 'git rebase -m --skip' '
114114
git reset --hard D &&
115115
clear_hook_input &&
116-
test_must_fail git rebase --onto A B &&
116+
test_must_fail git rebase -m --onto A B &&
117117
test_must_fail git rebase --skip &&
118118
echo D > foo &&
119119
git add foo &&

0 commit comments

Comments
 (0)