]> diplodocus.org Git - nmh/blobdiff - test/mhl/test-rfc6532
Disabled incompatible locale check because the output varies too
[nmh] / test / mhl / test-rfc6532
index 41b858c6a4cd60995daaea55ab9f03e25a35e514..db3754d9e123c197f95b91ae212d481a1886289a 100755 (executable)
@@ -54,5 +54,20 @@ Subject: Blåbærsyltetøy
 MIME-Version: 1.0'
 
 
+# check with incompatible locale
+# This is here as a place holder.  We should either try to run the (8-bit) text
+# through iconv, or refuse to display it if the locale is incompatible.  In the
+# cAse of EAI, that means not UTF-8.
+# start_test 'incompatible locale'
+# LC_ALL=C
+# run_test "$mhl -form mhl.headers `mhpath last`" \
+# 'Date:    20 May 2014 14:28:51 +0200
+# To:      recipientæ@example.com
+# From:    sender??@example.com
+# Subject: Bl??b??rsyltet??y
+#
+# MIME-Version: 1.0'
+
+
 finish_test
 exit $failed