]> diplodocus.org Git - nmh/blobdiff - test/mhical/test-mhical
Enable SMTP 8BITMIME for messages with 8-bit content:
[nmh] / test / mhical / test-mhical
index fb8025084d23d1ee5aa5b947cfa310e231d86909..533270ed51ffc9edd76b0ea66cb3f20417ca0aba 100755 (executable)
@@ -46,7 +46,8 @@ Usage: mhical [switches]
   -help
 EOF
 
-run_prog mhical -help >"$actual" 2>&1
+#### Skip nmh intro text.
+run_prog mhical -help | sed '/^$/,$d' >"$actual" 2>&1
 check "$expected" "$actual"