]> diplodocus.org Git - nmh/blobdiff - test/mhfixmsg/test-mhfixmsg
Added welcome message when nmh detects that its version changed.
[nmh] / test / mhfixmsg / test-mhfixmsg
index 81d479665ac09b631f3b47a3aa4936011b76431a..152b11c7913c1ca4f58175d02c00ee664fe047a2 100755 (executable)
@@ -70,7 +70,8 @@ Usage: mhfixmsg [+folder] [msgs] [switches]
   -help
 EOF
 
   -help
 EOF
 
-run_prog mhfixmsg -help >"$actual" 2>&1
+#### Skip nmh intro text.
+run_prog mhfixmsg -help | sed '/^$/,$d' >"$actual" 2>&1
 check "$expected" "$actual"
 
 
 check "$expected" "$actual"