Skip to content

Commit b4454d5

Browse files
phillipwoodgitster
authored andcommitted
t3428: restore coverage for "apply" backend
This test file assumes the "apply" backend is the default which is not the case since 2ac0d62 (rebase: change the default backend from "am" to "merge", 2020-02-15). Make sure the "apply" backend is tested by specifying it explicitly. Signed-off-by: Phillip Wood <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1ad8175 commit b4454d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t3428-rebase-signoff.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ test_expect_success 'setup' '
3838

3939
# We configure an alias to do the rebase --signoff so that
4040
# on the next subtest we can show that --no-signoff overrides the alias
41-
test_expect_success 'rebase --signoff adds a sign-off line' '
42-
git rbs HEAD^ &&
41+
test_expect_success 'rebase --apply --signoff adds a sign-off line' '
42+
git rbs --apply HEAD^ &&
4343
test_commit_message HEAD expected-signed
4444
'
4545

0 commit comments

Comments
 (0)