]> diplodocus.org Git - nmh/blobdiff - test/mhfixmsg/test-mhfixmsg
That didn't work, fixed location of mhn.defaults in test.
[nmh] / test / mhfixmsg / test-mhfixmsg
index 3bffa9a8be06e75e3189adb01c4092c3873be658..bc46964fea50cc93b309734e6034d778f1aab32d 100755 (executable)
@@ -666,11 +666,17 @@ d><td align=3D"right"><font face=3D"Arial, Helvetica, sans-serif" color=3D"=
 </html>
 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"
+  # ???? 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