]> diplodocus.org Git - nmh/blobdiff - test/mhfixmsg/test-mhfixmsg
Copy a parameter off the call stack to quell a longjmp warning.
[nmh] / test / mhfixmsg / test-mhfixmsg
index bc46964fea50cc93b309734e6034d778f1aab32d..497fd87a34a6bf43517ac13f24243921b69f1f6e 100755 (executable)
@@ -666,17 +666,12 @@ d><td align=3D"right"><font face=3D"Arial, Helvetica, sans-serif" color=3D"=
 </html>
 EOF
 
 </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.
 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'
+  mhfixmsg last -outfile - | uniq >"$actual"
+# ????  check "$expected" "$actual" 'ignore space'
+  /bin/rm "$expected" "$actual"
 else
 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
   cp -p "$MH_TEST_DIR/Mail/inbox/15" "$MH_TEST_DIR/Mail/inbox/15.backup"
   rm -f "$expected"
 fi