From: David Levine Date: Sun, 30 Jun 2013 21:19:56 +0000 (-0500) Subject: Added debug printouts to see why the test fails on Solaris 11. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/b1b999eb0d2f9f63a4ddead798088e5f49160dd1?ds=inline;hp=-c Added debug printouts to see why the test fails on Solaris 11. --- b1b999eb0d2f9f63a4ddead798088e5f49160dd1 diff --git a/test/mhfixmsg/test-mhfixmsg b/test/mhfixmsg/test-mhfixmsg index 3bffa9a8..09f7f76b 100755 --- a/test/mhfixmsg/test-mhfixmsg +++ b/test/mhfixmsg/test-mhfixmsg @@ -666,11 +666,17 @@ d> EOF +# ???? debug on Solaris +egrep mhfixmsg $(mhparam etcdir)/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" + # ???? 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