]> diplodocus.org Git - nmh/blobdiff - test/mhshow/test-cte-binary
sbr: Replace some ints that are only ever 0 or 1 with bool.
[nmh] / test / mhshow / test-cte-binary
index fdf1ca78442160aabd78ea801e49f3d2b8b3f3fa..f872e3b0b0b103fb0dd2891b82f8c1068bd4aec0 100755 (executable)
@@ -35,6 +35,7 @@ EOF
 
 # check it
 cat > $expected <<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
 Date:    Tue, 05 Mar 2002 18:20:35 +0000
 To:      bar@example.edu
 From:    foo@example.edu
@@ -47,7 +48,7 @@ Content-Disposition: inline
 This is a test; this is the body.
 EOF
 run_prog mhshow $msgnum > $actual 2>&1
 This is a test; this is the body.
 EOF
 run_prog mhshow $msgnum > $actual 2>&1
-check "$expected" "$actual"
+check "$expected" "$actual" : C-T-E binary text
 
 exit $failed
 
 
 exit $failed