Merge branch 'sg/t5510-test-i18ngrep-fix'

Test fix.

* sg/t5510-test-i18ngrep-fix:
  t5510-fetch: fix negated 'test_i18ngrep' invocation
This commit is contained in:
Junio C Hamano 2019-08-22 12:34:10 -07:00
commit 8aa76abba5
1 changed files with 1 additions and 1 deletions

View File

@ -997,7 +997,7 @@ test_expect_success '--no-show-forced-updates' '
(
cd no-forced-update-clone &&
git fetch --no-show-forced-updates origin 2>output &&
! test_i18ngrep "(forced update)" output
test_i18ngrep ! "(forced update)" output
)
'