# 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