]> diplodocus.org Git - nmh/blobdiff - test/mhshow/test-subpart
make writeQuoted() work correctly with content containing NULs
[nmh] / test / mhshow / test-subpart
index 0d152bb3d208608616d80c68d8d8575c62ec704f..9739c48df25bd8cd54f89b5bcdb77f03c62b076b 100755 (executable)
@@ -51,12 +51,12 @@ EOF
 
 # Write the expected output.
 cat > $expected <<EOF
-part 1.1   text/plain                  29
+[ part 1.1 - text/plain -   29B  ]
 This is the text/plain part.
 EOF
 
 # check it
-run_prog mhshow -part 1.1 -form mhl.null -nopause $msgnum > $actual 2>&1
+run_prog mhshow -part 1.1 -form mhl.null $msgnum > $actual 2>&1
 check "$expected" "$actual"
 
 exit $failed