Skip to content

Commit 0f41fd2

Browse files
committed
Merge branch 'jk/t9001-deflake'
Test fix. * jk/t9001-deflake: t9001: use a more distinct fake BugID
2 parents 621ac24 + 83799f1 commit 0f41fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t9001-send-email.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ test_expect_success $PREREQ 'cc list is sanitized' '
13241324
Reviewed-by: Füñný Nâmé <[email protected]>
13251325
Reported-by: bugger on Jira
13261326
Reported-by: Douglas Reporter <[email protected]> [from Jira profile]
1327-
BugID: 12345
1327+
BugID: 12345should-not-appear
13281328
Co-developed-by: "C. O. Developer" <[email protected]>
13291329
Signed-off-by: A. U. Thor <[email protected]>
13301330
EOF
@@ -1337,7 +1337,7 @@ test_expect_success $PREREQ 'cc list is sanitized' '
13371337
" <[email protected]>" actual-show-all-headers &&
13381338
test_grep "^(body) Ignoring Reported-by .* bugger on Jira" actual-show-all-headers &&
13391339
test_grep "^(body) Adding cc: Douglas Reporter <[email protected]>" actual-show-all-headers &&
1340-
test_grep ! "12345" actual-show-all-headers &&
1340+
test_grep ! "12345should-not-appear" actual-show-all-headers &&
13411341
test_grep "^(body) Adding cc: \"C. O. Developer\" <[email protected]>" actual-show-all-headers &&
13421342
test_grep "^(body) Adding cc: \"A. U. Thor\" <[email protected]>" actual-show-all-headers
13431343
'

0 commit comments

Comments
 (0)