Skip to content

Commit f1cfacf

Browse files
committed
Merge branch 'pb/t7502-drop-dup' into maint
Code clean-up. * pb/t7502-drop-dup: t/t7502 : drop duplicate test
2 parents b5d7308 + dde7891 commit f1cfacf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

t/t7502-commit.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,6 @@ try_commit_status_combo () {
527527
test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG
528528
'
529529

530-
test_expect_success 'commit' '
531-
try_commit "" &&
532-
test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG
533-
'
534-
535530
test_expect_success 'commit --status' '
536531
try_commit --status &&
537532
test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG

0 commit comments

Comments
 (0)