Skip to content

Commit

Permalink
t/send-email: test suppress-cc=self with non-ascii
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael S. Tsirkin authored and Junio C Hamano committed Jun 5, 2013
1 parent dd29f0b commit 4b45bcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions t/t9001-send-email.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4b45bcf

Please sign in to comment.