]> diplodocus.org Git - nmh/blobdiff - test/post/test-rfc6531
Updated comments in h/prototypes.h.
[nmh] / test / post / test-rfc6531
index 1df9a291b3ea956998e4890ad9aec739038fa1ac..b86936bc73d016fe84c77bf958a37fc3670f15de 100755 (executable)
@@ -22,7 +22,7 @@ require_locale en_US.utf-8 en_US.utf8
 LC_ALL=en_US.UTF-8; export LC_ALL
 
 #### Enable EAI in mhbuild, via the profile.
-sed "s%^\(mhbuild: .*\)%\1 -headerencoding 8bit%" "$MH" >"$MH.new"
+sed "s%^\(mhbuild: .*\)%\1 -headerencoding utf-8%" "$MH" >"$MH.new"
 mv -f "$MH.new" "$MH"
 
 # check SMTPUTF8 basic
@@ -66,7 +66,7 @@ Computing Edge 1:6, June 2015,
 http://www.computer.org/cms/computing-edge/ce-jun15-final.pdf, p. 50.
 EOF
 
-test_post "${testname}.actual" "${testname}.expected" -eai
+test_post "${testname}.actual" "${testname}.expected"
 
 
 finish_test