Skip to content

Commit 438d4e7

Browse files
committed
Merge branch 'cb/t7810-test-label-fix' into maint
Test clean-up. * cb/t7810-test-label-fix: t7810: fix duplicated test title
2 parents 3e69d1b + fe0537a commit 438d4e7

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
@@ -355,7 +355,7 @@ test_expect_success 'grep -l -C' '
355355
cat >expected <<EOF
356356
file:5
357357
EOF
358-
test_expect_success 'grep -l -C' '
358+
test_expect_success 'grep -c -C' '
359359
git grep -c -C1 foo >actual &&
360360
test_cmp expected actual
361361
'

0 commit comments

Comments
 (0)