Browse Source

t7810: fix duplicated test title

Signed-off-by: Charles Bailey <charles@hashpling.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Charles Bailey 9 years ago committed by Junio C Hamano
parent
commit
fe0537aa6e
  1. 2
      t/t7810-grep.sh

2
t/t7810-grep.sh

@ -256,7 +256,7 @@ test_expect_success 'grep -l -C' ' @@ -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…
Cancel
Save