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 <mst@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
dd29f0b4dc
commit
4b45bcf7b1
@ -236,6 +236,11 @@ test_expect_success $PREREQ 'self name with dot is suppressed' "
|
||||
'self_name_dot_suppressed'
|
||||
"
|
||||
|
||||
test_expect_success $PREREQ 'non-ascii self name is suppressed' "
|
||||
test_suppress_self_quoted 'Füñný Nâmé' 'odd_?=mail@example.com' \
|
||||
'non_ascii_self_suppressed'
|
||||
"
|
||||
|
||||
test_expect_success $PREREQ 'Show all headers' '
|
||||
git send-email \
|
||||
--dry-run \
|
||||
|
Loading…
Reference in New Issue
Block a user