]> diplodocus.org Git - nmh/blobdiff - test/mhmail/test-mhmail
forw.man, mh-mime.man: Add missing commas in `SEE ALSO' list.
[nmh] / test / mhmail / test-mhmail
index ac7bc86d9031007191f4635377e7c9e287e8ca4b..2e7375f0b6e087f9e9dae3542bdcd99bdca86c00 100755 (executable)
@@ -772,7 +772,7 @@ To: recipient@example.com
 From: sender27@example.com
 MIME-Version: 1.0
 Content-Type: text/plain;charset=utf-8
-Content-Transfer-Encoding: 8bit
+Content-Transfer-Encoding: 7bit
 Date:
 
 with added header fields
@@ -783,7 +783,7 @@ EOF
 test_mhmail "$expected" \
   "-from sender27@example.com -headerfield MIME-Version:1.0 \
 -headerfield Content-Type:text/plain;charset=utf-8 \
--headerfield Content-Transfer-Encoding:8bit" \
+-headerfield Content-Transfer-Encoding:7bit" \
   -b 'with added header fields'
 
 [ ${failed:-0} -eq 0 ] || exit ${failed:-0}