Skip to content

Commit cd663df

Browse files
avargitster
authored andcommitted
rebase tests: camel-case rebase.rescheduleFailedExec consistently
Fix a test added in 906b639 (rebase --am: ignore rebase.rescheduleFailedExec, 2019-07-01) to camel-case the configuration variable. This doesn't change the behavior of the test, it's merely to help its human readers. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 48bf2fa commit cd663df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t3418-rebase-continue.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ test_expect_success '--reschedule-failed-exec' '
282282
test_i18ngrep "has been rescheduled" err
283283
'
284284

285-
test_expect_success 'rebase.reschedulefailedexec only affects `rebase -i`' '
286-
test_config rebase.reschedulefailedexec true &&
285+
test_expect_success 'rebase.rescheduleFailedExec only affects `rebase -i`' '
286+
test_config rebase.rescheduleFailedExec true &&
287287
test_must_fail git rebase -x false HEAD^ &&
288288
grep "^exec false" .git/rebase-merge/git-rebase-todo &&
289289
git rebase --abort &&

0 commit comments

Comments
 (0)