Skip to content

Commit fe0537a

Browse files
hashplinggitster
authored andcommitted
t7810: fix duplicated test title
Signed-off-by: Charles Bailey <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 50dd0f2 commit fe0537a

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
@@ -256,7 +256,7 @@ test_expect_success 'grep -l -C' '
256256
cat >expected <<EOF
257257
file:5
258258
EOF
259-
test_expect_success 'grep -l -C' '
259+
test_expect_success 'grep -c -C' '
260260
git grep -c -C1 foo >actual &&
261261
test_cmp expected actual
262262
'

0 commit comments

Comments
 (0)