summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-03-26 13:57:25 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-03-26 13:57:25 +0000
commitb91802032a0ab98fc306a02f6c70ccb1be0edc67 (patch)
tree5442a481f0e575e38e30dea25b78212cd90438f0 /test
parent9e5f63ad08ba959bfbbac95767e0307141c37c77 (diff)
downloadquilt-b91802032a0ab98fc306a02f6c70ccb1be0edc67.tar.gz
- test/mail.in: Test UTF-8 header encoding.
Diffstat (limited to 'test')
-rw-r--r--test/mail.test5
-rw-r--r--test/test.quiltrc1
2 files changed, 5 insertions, 1 deletions
diff --git a/test/mail.test b/test/mail.test
index 9b00126..361c5b0 100644
--- a/test/mail.test
+++ b/test/mail.test
@@ -47,6 +47,7 @@
<
< Signed-off-by: Joe R. Hacker <joe@foo.baz>
< Cc: "John X. Doe" <jxd@some.where>
+ < Cc: Ü is an umlaut <used@in.german>
<
$ cat - no-subject > patches/5.diff
@@ -76,9 +77,11 @@
> To: John X. Doe <jxd@some.where>
> --
> Cc: "Joe R. Hacker" <joe@foo.baz>,
- > "John X. Doe" <jxd@some.where>
+ > "John X. Doe" <jxd@some.where>,
+ > =?UTF-8?q?=C3=9C=20is=20an=20umlaut?= <used@in.german>
> Subject: [test 4/5] First paragraph used as subject of 4.diff.
> Cc: "John X. Doe" <jxd@some.where>
+ > Cc: Ü is an umlaut <used@in.german>
> --
> Subject: [test 5/5] Subject of 5.diff
> --
diff --git a/test/test.quiltrc b/test/test.quiltrc
index b656eea..4bb4f7b 100644
--- a/test/test.quiltrc
+++ b/test/test.quiltrc
@@ -1,5 +1,6 @@
# Define this to generate diffs without timestamps.
QUILT_DIFF_ARGS="--no-timestamps"
QUILT_REFRESH_ARGS="--no-timestamps"
+QUILT_MAIL_ARGS="--charset=UTF-8"
QUILT_PATCHES_PREFIX=yes