X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/17ce15185fd5251a4fe8cec02950f0246d891e20..be6c398415e30cc3cd1cc9098b2c4399e463b5a4:/test/mhbuild/test-cte diff --git a/test/mhbuild/test-cte b/test/mhbuild/test-cte index e3f151a5..128526a1 100755 --- a/test/mhbuild/test-cte +++ b/test/mhbuild/test-cte @@ -45,6 +45,32 @@ Content-Transfer-Encoding: quoted-printable This is a test of a message with a sh=C3=B8rt line. EOF +# +# Force some text to be base64 +# + +cat > "$draft" < +cc: +Fcc: +outbox +------ +# "$expected" < +cc: +Fcc: +outbox +MIME-Version: 1.0 +Content-Type: text/plain; charset="UTF-8" +Content-Transfer-Encoding: base64 + +VGhpcyBpcyBhIHRlc3Qgb2YgYSBtZXNzYWdlIHdpdGggYSBzaMO4cnQgbGluZS4NCg== +EOF + check "$draft" "$expected" exit ${failed:-0}