X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6fc2909634fb431c65ecfa8b6db4f6519f99b389..bc49ece4e36e2e50c330df468b325aa3741dc682:/test/post/test-rfc6531?ds=sidebyside diff --git a/test/post/test-rfc6531 b/test/post/test-rfc6531 index 135d6f28..89c6e36d 100755 --- a/test/post/test-rfc6531 +++ b/test/post/test-rfc6531 @@ -19,8 +19,7 @@ mhl="${MH_LIBEXEC_DIR}/mhl" SMTPUTF8=1; export SMTPUTF8 #### Make sure that html-to-text conversion is what we expect. -require_locale en_US.utf-8 en_US.utf8 -LC_ALL=en_US.UTF-8; export LC_ALL +require_locale en_US.UTF-8 en_US.UTF8 en_US.utf-8 en_US.utf8 #### Enable EAI in mhbuild, via the profile. sed "s%^\(mhbuild: .*\)%\1 -headerencoding utf-8%" "$MH" >"$MH.new"