X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/70eefa92074611ca92b7c99a110399ee8e878f96..9b309eb28f513fa9fa9d7b1140057da7399973c4:/test/mhbuild/test-attach diff --git a/test/mhbuild/test-attach b/test/mhbuild/test-attach index 00fe1900..12d3da39 100755 --- a/test/mhbuild/test-attach +++ b/test/mhbuild/test-attach @@ -14,6 +14,8 @@ fi setup_test +LC_ALL=en_US.UTF-8; export LC_ALL + draft="$MH_TEST_DIR/$$.draft" expected="$MH_TEST_DIR/$$.expected" @@ -187,7 +189,7 @@ Fcc: +outbox Subject: An empty dist test EOF -LC_ALL=en_US.UTF-8 run_prog mhbuild -dist "$draft" +run_prog mhbuild -dist "$draft" cat > "$expected" < @@ -222,7 +224,7 @@ This is some HTML tëxt. #end EOF -LC_ALL=en_US.UTF-8 run_prog mhbuild "$draft" +run_prog mhbuild "$draft" cat > "$expected" < @@ -231,23 +233,25 @@ Fcc: +outbox Subject: A more complete multipart test MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" +Content-Transfer-Encoding: 8bit ------- =_aaaaaaaaaa0 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" +Content-Transfer-Encoding: 8bit ------- =_aaaaaaaaaa1 Content-Type: text/plain; charset="UTF-8" -Content-Transfer-Encoding: quoted-printable +Content-Transfer-Encoding: 8bit -This is some t=C3=ABxt. +This is some tëxt. ------- =_aaaaaaaaaa1 Content-Type: text/html; charset="UTF-8" -Content-Transfer-Encoding: quoted-printable +Content-Transfer-Encoding: 8bit -This is some HTML t=C3=ABxt. +This is some HTML tëxt.