t/t7502 : drop duplicate test
authorPranit Bauva <pranit.bauva@gmail.com>
Fri, 11 Mar 2016 00:49:58 +0000 (00:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Mar 2016 20:42:26 +0000 (12:42 -0800)
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>
t/t7502-commit.sh
index 31924b21a6145d7543de9236e42094c90d22268a..4eb1006d68bbf89baf98bf69572699d1d98d4ac5 100755 (executable)
@@ -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