]> diplodocus.org Git - nmh/blobdiff - test/mhparam/test-mhparam
Fixed typo in -help message.
[nmh] / test / mhparam / test-mhparam
index 29dd11f3a4a15b8ec8401820b410d694133f5b82..72cb3976c8a566f2333a64183dcb3c1c10c08b5d 100755 (executable)
@@ -33,8 +33,9 @@ Usage: mhparam [profile-components] [switches]
   -(debug)
 EOF
 
-mhparam -help >$actual 2>&1
-check $expected $actual
+#### Skip nmh intro text.
+mhparam -help | sed '/^$/Q' >"$actual" 2>&1
+check "$expected" "$actual"
 
 # check -version
 case `mhparam -v` in