]> diplodocus.org Git - nmh/blobdiff - test/mhfixmsg/test-mhfixmsg
Reworked BUGS section of nmh(7) man page, and added excerpt
[nmh] / test / mhfixmsg / test-mhfixmsg
index 81d479665ac09b631f3b47a3aa4936011b76431a..fb9b945045f75237d1f58b11ab39fe727d2c3aaa 100755 (executable)
@@ -70,7 +70,8 @@ Usage: mhfixmsg [+folder] [msgs] [switches]
   -help
 EOF
 
-run_prog mhfixmsg -help >"$actual" 2>&1
+#### Skip nmh intro text.
+run_prog mhfixmsg -help | sed '/^$/Q' >"$actual" 2>&1
 check "$expected" "$actual"