diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-09-23 10:35:08 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-23 10:35:08 -0700 |
| commit | 0f41fd28f9677c6fb700dbc9643ad7d7f3c78f52 (patch) | |
| tree | 30f3f6847dbf6beaec6a80881d17b590a872cefe | |
| parent | 621ac241be8d7898bf05a3f8dfac3222f7899a70 (diff) | |
| parent | 83799f1500768ade2452a07b08cf64a5fa46afde (diff) | |
| download | git-0f41fd28f9677c6fb700dbc9643ad7d7f3c78f52.tar.gz | |
Merge branch 'jk/t9001-deflake'
Test fix.
* jk/t9001-deflake:
t9001: use a more distinct fake BugID
| -rwxr-xr-x | t/t9001-send-email.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index df5336bb7e..e2430f7bfa 100755 --- a/t/t9001-send-email.sh +++ b/t/t9001-send-email.sh @@ -1324,7 +1324,7 @@ test_expect_success $PREREQ 'cc list is sanitized' ' Reviewed-by: Füñný Nâmé <odd_?=mail@example.com> Reported-by: bugger on Jira Reported-by: Douglas Reporter <doug@example.com> [from Jira profile] - BugID: 12345 + BugID: 12345should-not-appear Co-developed-by: "C. O. Developer" <codev@example.com> Signed-off-by: A. U. Thor <thor.au@example.com> EOF @@ -1337,7 +1337,7 @@ test_expect_success $PREREQ 'cc list is sanitized' ' " <odd_?=mail@example.com>" actual-show-all-headers && test_grep "^(body) Ignoring Reported-by .* bugger on Jira" actual-show-all-headers && test_grep "^(body) Adding cc: Douglas Reporter <doug@example.com>" actual-show-all-headers && - test_grep ! "12345" actual-show-all-headers && + test_grep ! "12345should-not-appear" actual-show-all-headers && test_grep "^(body) Adding cc: \"C. O. Developer\" <codev@example.com>" actual-show-all-headers && test_grep "^(body) Adding cc: \"A. U. Thor\" <thor.au@example.com>" actual-show-all-headers ' |
