2 ######################################################
4 # Test Content-Transfer-Encoding: binary (Debian #136976).
6 ######################################################
8 expected=$MH_TEST_DIR/$$.expected
9 actual=$MH_TEST_DIR/$$.actual
11 # Write message with Content-Transfer-Encoding: binary text.
13 msgnum=$(basename $msgfile)
15 Content-Transfer-Encoding: binary
17 Content-Type: text/plain
21 Content-Disposition: inline
22 Message-Id: <20698507875204@example.com>
23 Date: Tue, 05 Mar 2002 18:20:35 +0000
25 This is a test; this is the body.
30 Date: Tue, 05 Mar 2002 18:20:35 GMT
36 Content-Disposition: inline
39 This is a test; this is the body.
41 mhshow $msgnum > $actual 2>&1
42 diff -u $expected $actual