X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f839e6a78ff81930c00f8b4509d95e4a3d242e58..1e1fb5ef266efa509026583cfc08ff3e38cdcaf1:/test/mhbuild/test-utf8-body diff --git a/test/mhbuild/test-utf8-body b/test/mhbuild/test-utf8-body index 1a08a907..cb5aa953 100755 --- a/test/mhbuild/test-utf8-body +++ b/test/mhbuild/test-utf8-body @@ -49,7 +49,9 @@ test_attachment () check "${testname}.actual" "$1" } + # check that 7-bit body isn't encoded +start_test "7-bit body isn't encoded" cat > "${MH_TEST_DIR}/attachment.txt" < "${MH_TEST_DIR}/Mail/draft" < To: Somebody @@ -127,9 +130,41 @@ EOF test_attachment "${testname}.expected" -# Repeat the previous test, but make sure that the locale is set to C, which -# should cause mhbuild to fail +# check that 8-bit attachment gets C-T-E +start_test '8-bit attachment gets C-T-E' +rm -f "${MH_TEST_DIR}/attachment.txt" +cat > "${MH_TEST_DIR}/attachment.txt" < "${MH_TEST_DIR}/Mail/draft" < +To: Somebody +Subject: Test +Attach: $MH_TEST_DIR/attachment.txt +EOF + +cat > "${testname}.expected" < +To: Somebody +Subject: Test +MIME-Version: 1.0 +Content-Type: text/plain; name="attachment.txt" +Content-Description: attachment.txt +Content-Disposition: attachment; filename="attachment.txt" +Content-Transfer-Encoding: 8bit +Date: + +8-bit attachment, ¡Ay, caramba! +EOF + +test_attachment "${testname}.expected" + + +# check 8-bit body but make sure that the locale is set to C, which +# should cause mhbuild to fail +start_test '8-bit body with C locale' cat > "${MH_TEST_DIR}/Mail/draft" < To: Somebody @@ -152,8 +187,10 @@ EOF check "$expected" "$actual" + rm -f ${MHMTSCONF} "${MH_TEST_DIR}/attachment.txt" +finish_test exit ${failed:-0} # emacs hackage to ensure that it writes the inverted exclamation