X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/bd7a5de6be16c5e5466264439ebdc157fcafab74..c94e896220664a220a7c817387341fe8533358e1:/test/mhfixmsg/test-mhfixmsg diff --git a/test/mhfixmsg/test-mhfixmsg b/test/mhfixmsg/test-mhfixmsg index 9f9f69b6..bc46964f 100755 --- a/test/mhfixmsg/test-mhfixmsg +++ b/test/mhfixmsg/test-mhfixmsg @@ -666,9 +666,20 @@ d> EOF -#### lynx inserts multiple blank lines, so use uniq to squeeze them. -mhfixmsg last -outfile - | uniq >"$actual" -check "$expected" "$actual" 'ignore space' +# ???? 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" # ???? + 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 # check -textcodeset @@ -869,6 +880,7 @@ else rm -f "$expected" fi + # check handling of rfc822 message type cat >"$expected" <