Skip to content

Commit 878452b

Browse files
hashplinggitster
authored andcommitted
t7810-grep.sh: fix duplicated test name
Signed-off-by: Charles Bailey <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4d55200 commit 878452b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7810-grep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ test_expect_success 'grep -l -C' '
353353
cat >expected <<EOF
354354
file:5
355355
EOF
356-
test_expect_success 'grep -l -C' '
356+
test_expect_success 'grep -c -C' '
357357
git grep -c -C1 foo >actual &&
358358
test_cmp expected actual
359359
'

0 commit comments

Comments
 (0)