diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-06 22:38:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-06 22:38:18 +0200 |
commit | 4cea655a470bdea8dfd9468c6b5b7f667ba9bf02 (patch) | |
tree | 85cc59391db31a4d9b7fe75a90e76000d39326f6 /t/t7810-grep.sh | |
parent | Merge branch 'sb/t5614-modernize' (diff) | |
parent | t7810: fix duplicated test title (diff) | |
download | git-4cea655a470bdea8dfd9468c6b5b7f667ba9bf02.tar.xz git-4cea655a470bdea8dfd9468c6b5b7f667ba9bf02.zip |
Merge branch 'cb/t7810-test-label-fix'
Test clean-up.
* cb/t7810-test-label-fix:
t7810: fix duplicated test title
Diffstat (limited to 't/t7810-grep.sh')
-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 ' |