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
=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