X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f19250c0b7739e928eb9e869ef04ea9fb61488c7..adcc6d9d4fd9128d36fab0ef0862604b90693e63:/test/mhparam/test-mhparam diff --git a/test/mhparam/test-mhparam b/test/mhparam/test-mhparam index 72cb3976..b29cba15 100755 --- a/test/mhparam/test-mhparam +++ b/test/mhparam/test-mhparam @@ -34,6 +34,12 @@ Usage: mhparam [profile-components] [switches] EOF #### Skip nmh intro text. +# ???? debug +set +e +mhparam -help +echo now through sed: +mhparam -help | sed '/^$/Q' +# ???? debug mhparam -help | sed '/^$/Q' >"$actual" 2>&1 check "$expected" "$actual"