]> diplodocus.org Git - nmh/blobdiff - test/mhfixmsg/test-mhfixmsg
Added ct_str_type() and ct_str_subtype() functions, to translate
[nmh] / test / mhfixmsg / test-mhfixmsg
index cc69aea7a6ffcd9d7aa3e1bfab22e74e4f438dbc..b6b010817d16e1b874a82f0177c61f781b0f18d0 100755 (executable)
@@ -42,7 +42,6 @@ fi
 
 
 # check -help
-# Verified behavior consistent with compiled sendmail.
 cat >"$expected" <<EOF
 Usage: mhfixmsg [+folder] [msgs] [switches]
   switches are:
@@ -68,7 +67,6 @@ check "$expected" "$actual"
 
 
 # check -version
-# Verified same behavior as compiled mhfixmsg.
 case `mhfixmsg -version` in
   mhfixmsg\ --*) ;;
   *) printf '%s: mhfixmsg -version generated unexpected output\n' "$0" >&2