X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c94e896220664a220a7c817387341fe8533358e1..ce206c3aa4db84e096e66544c235406f1515d155:/test/mhfixmsg/test-mhfixmsg diff --git a/test/mhfixmsg/test-mhfixmsg b/test/mhfixmsg/test-mhfixmsg index bc46964f..851c3c97 100755 --- a/test/mhfixmsg/test-mhfixmsg +++ b/test/mhfixmsg/test-mhfixmsg @@ -606,30 +606,6 @@ Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable - - - - - - -------=_nmh-multipart-- EOF cat >`mhpath new` <<'EOF' @@ -666,17 +642,13 @@ d>
Mile $0.00
Time $78.71
State Tax $5.90
Vehicle License Fee $1.84
State Txn Tax $6.00
EOF -# ???? debug on Solaris -egrep mhfixmsg ${MH_TEST_DIR}/Mail/mhn.defaults # ???? if [ $can_reformat_texthtml -eq 1 ]; then #### lynx inserts multiple blank lines, so use uniq to squeeze them. - # ???? mhfixmsg last -outfile - | uniq >"$actual" - # ???? temporarily add -verbose to debug on Solaris - mhfixmsg -verbose last -outfile - | uniq >"$actual" # ???? + #### Truncate to avoid comparing the html portion because it can + #### get reformatted. + mhfixmsg last -outfile - | uniq | head -22 >"$actual" check "$expected" "$actual" 'ignore space' else - # ???? temporarily added to debug on Solaris - echo "can't reformat text/html" # ???? cp -p "$MH_TEST_DIR/Mail/inbox/15" "$MH_TEST_DIR/Mail/inbox/15.backup" rm -f "$expected" fi