Skip to content

Commit 4b45bcf

Browse files
mstsirkingitster
authored andcommitted
t/send-email: test suppress-cc=self with non-ascii
test suppress-cc=self when sender is non-acsii Signed-off-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dd29f0b commit 4b45bcf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

t/t9001-send-email.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ test_expect_success $PREREQ 'self name with dot is suppressed' "
236236
'self_name_dot_suppressed'
237237
"
238238

239+
test_expect_success $PREREQ 'non-ascii self name is suppressed' "
240+
test_suppress_self_quoted 'Füñný Nâmé' '[email protected]' \
241+
'non_ascii_self_suppressed'
242+
"
243+
239244
test_expect_success $PREREQ 'Show all headers' '
240245
git send-email \
241246
--dry-run \

0 commit comments

Comments
 (0)