Browse Source

Merge branch 'en/t7518-unflake'

Work around flakiness in a test.

* en/t7518-unflake:
  t7518: fix flaky grep invocation
maint
Junio C Hamano 4 years ago
parent
commit
678c787c00
  1. 2
      t/t7518-ident-corner-cases.sh

2
t/t7518-ident-corner-cases.sh

@ -13,7 +13,7 @@ test_expect_success 'empty name and missing email' ' @@ -13,7 +13,7 @@ test_expect_success 'empty name and missing email' '
sane_unset GIT_AUTHOR_EMAIL &&
GIT_AUTHOR_NAME= &&
test_must_fail git commit --allow-empty -m foo 2>err &&
test_i18ngrep ! null err
test_i18ngrep ! "(null)" err
)
'


Loading…
Cancel
Save