Merge branch 'en/t7518-unflake'
Work around flakiness in a test. * en/t7518-unflake: t7518: fix flaky grep invocation
This commit is contained in:
commit
678c787c00
@ -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…
x
Reference in New Issue
Block a user