]> diplodocus.org Git - nmh/blobdiff - test/rcv/test-rcvpack
Move smtp_init's last-ditch attempt for client inside first test.
[nmh] / test / rcv / test-rcvpack
index 958504c6c1bd31cb8bf5027cc2bf007f0bb8ea27..b39ceaf03b1ea3a9161d5242598fb2239d518c92 100755 (executable)
@@ -33,7 +33,8 @@ Usage: rcvpack [switches] file
   -help
 EOF
 
   -help
 EOF
 
-run_prog $rcvpack -help >"$actual" 2>&1
+#### Skip nmh intro text.
+run_prog "$rcvpack" -help | sed '/^$/,$d' >"$actual" 2>&1
 check "$expected" "$actual"
 
 # check -version
 check "$expected" "$actual"
 
 # check -version