t7810: fix duplicated test title
Signed-off-by: Charles Bailey <charles@hashpling.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
50dd0f2fd9
commit
fe0537aa6e
@ -256,7 +256,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
|
||||
'
|
||||
|
Loading…
Reference in New Issue
Block a user