]> diplodocus.org Git - nmh/blobdiff - test/mhshow/test-cte-binary
Editing of man/mhparam.man.
[nmh] / test / mhshow / test-cte-binary
index 9c31a657f06b59a888f558a8c02ef8c065efcf17..f872e3b0b0b103fb0dd2891b82f8c1068bd4aec0 100755 (executable)
@@ -35,6 +35,7 @@ EOF
 
 # check it
 cat > $expected <<EOF
+[ Message inbox:11 ]
 Date:    Tue, 05 Mar 2002 18:20:35 +0000
 To:      bar@example.edu
 From:    foo@example.edu
@@ -43,11 +44,11 @@ Subject: test
 MIME-Version: 1.0
 Content-Disposition: inline
 
-part       text/plain                  34
+[ part  - text/plain -   34B  ]
 This is a test; this is the body.
 EOF
-run_prog mhshow -nopause $msgnum > $actual 2>&1
-check "$expected" "$actual"
+run_prog mhshow $msgnum > $actual 2>&1
+check "$expected" "$actual" : C-T-E binary text
 
 exit $failed