]> diplodocus.org Git - nmh/blobdiff - test/repl/test-repl
With EAI (mhbuild -headerencoding utf-8), force message header to
[nmh] / test / repl / test-repl
index 20bb96d79e2a12ba4080946925b4db855f3fe0bb..3e014f6cf1366534b1cb4e39c48b7085eb1150aa 100755 (executable)
@@ -55,8 +55,9 @@ Usage: repl: [+folder] [msg] [switches]
   -nofmtproc
 EOF
 
   -nofmtproc
 EOF
 
-run_prog repl -help >$actual 2>&1
-check $expected $actual
+#### Skip nmh intro text.
+run_prog repl -help | sed '/^$/,$d' >"$actual" 2>&1
+check "$expected" "$actual"
 
 # check -version
 case `repl -v` in
 
 # check -version
 case `repl -v` in