diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-06 13:38:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-06 13:38:18 -0700 |
commit | 4cea655a470bdea8dfd9468c6b5b7f667ba9bf02 (patch) | |
tree | 85cc59391db31a4d9b7fe75a90e76000d39326f6 | |
parent | 8db528cf5ad8026c7c547bb390437d605b484ead (diff) | |
parent | fe0537aa6eac07022be471ef132fb565741e7209 (diff) | |
download | git-4cea655a470bdea8dfd9468c6b5b7f667ba9bf02.tar.gz |
Merge branch 'cb/t7810-test-label-fix'
Test clean-up.
* cb/t7810-test-label-fix:
t7810: fix duplicated test title
-rwxr-xr-x | t/t7810-grep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7810-grep.sh b/t/t7810-grep.sh index 960425a4ec..bd8ea1191f 100755 --- a/t/t7810-grep.sh +++ b/t/t7810-grep.sh @@ -355,7 +355,7 @@ test_expect_success 'grep -l -C' ' cat >expected <<EOF file:5 EOF -test_expect_success 'grep -l -C' ' +test_expect_success 'grep -c -C' ' git grep -c -C1 foo >actual && test_cmp expected actual ' |