]> diplodocus.org Git - nmh/blobdiff - test/mhfixmsg/test-mhfixmsg
Remove spurious return statements after exit().
[nmh] / test / mhfixmsg / test-mhfixmsg
index 09f7f76b55081dce113024fb06ea515ceef8fdc3..3bffa9a8be06e75e3189adb01c4092c3873be658 100755 (executable)
@@ -666,17 +666,11 @@ d><td align=3D"right"><font face=3D"Arial, Helvetica, sans-serif" color=3D"=
 </html>
 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"
-  # ???? temporarily add -verbose to debug on Solaris
-  mhfixmsg -verbose last -outfile - | uniq >"$actual" # ????
+  mhfixmsg 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