aboutsummaryrefslogtreecommitdiff
path: root/t/t7810-grep.sh
diff options
context:
space:
mode:
authorCharles Bailey <charles@hashpling.org>2016-06-30 11:13:46 +0100
committerJunio C Hamano <gitster@pobox.com>2016-07-01 13:26:30 -0700
commit878452b966521d75a58aa062bbe70511df88f497 (patch)
tree1effe7902bc514ba4d294b53857201ed43bf3412 /t/t7810-grep.sh
parent4d552005323034c1d6311796ac1074e9a4b4b57e (diff)
downloadgit-878452b966521d75a58aa062bbe70511df88f497.tar.gz
git-878452b966521d75a58aa062bbe70511df88f497.tar.xz
t7810-grep.sh: fix duplicated test name
Signed-off-by: Charles Bailey <charles@hashpling.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7810-grep.sh')
-rwxr-xr-xt/t7810-grep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7810-grep.sh b/t/t7810-grep.sh
index 028ffe4a0..1374c4b96 100755
--- a/t/t7810-grep.sh
+++ b/t/t7810-grep.sh
@@ -353,7 +353,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
'