Skip to content

Commit 678c787

Browse files
committed
Merge branch 'en/t7518-unflake'
Work around flakiness in a test. * en/t7518-unflake: t7518: fix flaky grep invocation
2 parents ad27df6 + 04b65a3 commit 678c787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7518-ident-corner-cases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test_expect_success 'empty name and missing email' '
1313
sane_unset GIT_AUTHOR_EMAIL &&
1414
GIT_AUTHOR_NAME= &&
1515
test_must_fail git commit --allow-empty -m foo 2>err &&
16-
test_i18ngrep ! null err
16+
test_i18ngrep ! "(null)" err
1717
)
1818
'
1919

0 commit comments

Comments
 (0)