Skip to content

Commit

Permalink
t/t7502 : drop duplicate test
Browse files Browse the repository at this point in the history
This extra test was introduced erroneously by
f9c0181 (t7502: test commit.status, --status and
--no-status, 2010-01-13)

Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Pranit Bauva authored and Junio C Hamano committed Mar 11, 2016
1 parent a2558fb commit dde7891
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions t/t7502-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,6 @@ try_commit_status_combo () {
test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG
'

test_expect_success 'commit' '
try_commit "" &&
test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG
'

test_expect_success 'commit --status' '
try_commit --status &&
test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG
Expand Down

0 comments on commit dde7891

Please sign in to comment.