t7810-grep.sh: fix duplicated test name
Signed-off-by: Charles Bailey <charles@hashpling.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
4d55200532
commit
878452b966
@ -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
|
||||
'
|
||||
|
Loading…
Reference in New Issue
Block a user