actual=$MH_TEST_DIR/$$.actual
# Write message with bogus quoted-printable data.
-msgfile=$(mhpath new)
-msgnum=$(basename $msgfile)
+msgfile=`mhpath new`
+msgnum=`basename $msgfile`
cat > $msgfile <<EOF
From: foo@example.edu
To: bar@example.edu
MIME-Version: 1.0
-part text/plain 181
+[ part - text/plain - 181B ]
=
=
ignored space at end
=l
=\b ^H (backspace) character, probably erased = in diff output
EOF
-mhshow -nopause $msgnum > $actual 2>&1
+run_prog mhshow $msgnum > $actual 2>&1
check "$expected" "$actual"
exit $failed