提交 58675611 编写于 作者: J Junio C Hamano

Merge branch 'en/t7518-unflake' into jch

Work around flakiness in a test.

* en/t7518-unflake:
  t7518: fix flaky grep invocation
......@@ -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
)
'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册