mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
Merge branch 'cb/t7810-test-label-fix' into maint
Test clean-up. * cb/t7810-test-label-fix: t7810: fix duplicated test title
This commit is contained in:
commit
438d4e7583
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,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 a new issue