Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranit Bauva <pranit.bauva@gmail.com>2016-03-11 03:49:58 +0300
committerJunio C Hamano <gitster@pobox.com>2016-03-11 23:42:26 +0300
commitdde7891094418c7bb5135bd6332d5504ad7f20d0 (patch)
tree282caa260df1ed88ab04dc135e5b35b2f77e87f5 /t/t7502-commit.sh
parenta2558fb8e1e387b630312311e1d22c95663da5d0 (diff)
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>
Diffstat (limited to 't/t7502-commit.sh')
-rwxr-xr-xt/t7502-commit.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/t7502-commit.sh b/t/t7502-commit.sh
index 31924b21a6..4eb1006d68 100755
--- a/t/t7502-commit.sh
+++ b/t/t7502-commit.sh
@@ -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