My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd29f0b
)
t/send-email: test suppress-cc=self with non-ascii
author
Michael S. Tsirkin
<mst@redhat.com>
Wed, 5 Jun 2013 18:11:04 +0000
(21:11 +0300)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 5 Jun 2013 19:27:00 +0000
(12:27 -0700)
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>
t/t9001-send-email.sh
patch
|
blob
|
history
diff --git
a/t/t9001-send-email.sh
b/t/t9001-send-email.sh
index
39d82f4
..
e4b3514
100755
(executable)
--- a/
t/t9001-send-email.sh
+++ b/
t/t9001-send-email.sh
@@
-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 \