Skip to content

Commit dde7891

Browse files
pranitbauva1997gitster
authored andcommitted
t/t7502 : drop duplicate test
This extra test was introduced erroneously by f9c0181 (t7502: test commit.status, --status and --no-status, 2010-01-13) Signed-off-by: Pranit Bauva <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a2558fb commit dde7891

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)