]> diplodocus.org Git - nmh/blobdiff - test/mhparam/test-mhparam
back out use of RFC 2047 decoding on the filename
[nmh] / test / mhparam / test-mhparam
index 29dd11f3a4a15b8ec8401820b410d694133f5b82..a7e76bf2afcd2bac8703d554cf2f41edbfa3d5ea 100755 (executable)
@@ -33,8 +33,9 @@ Usage: mhparam [profile-components] [switches]
   -(debug)
 EOF
 
   -(debug)
 EOF
 
-mhparam -help >$actual 2>&1
-check $expected $actual
+#### Skip nmh intro text.
+mhparam -help | sed '/^$/,$d' >"$actual" 2>&1
+check "$expected" "$actual"
 
 # check -version
 case `mhparam -v` in
 
 # check -version
 case `mhparam -v` in