mirror of
https://github.com/git/git.git
synced 2024-11-02 15:28:21 +01:00
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 <pranit.bauva@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a2558fb8e1
commit
dde7891094
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue