]> diplodocus.org Git - nmh/blobdiff - test/mhparam/test-mhparam
Added debug statements to test-mhparam.
[nmh] / test / mhparam / test-mhparam
index 72cb3976c8a566f2333a64183dcb3c1c10c08b5d..b29cba15934007d42e12b5673fda00231d9d8cec 100755 (executable)
@@ -34,6 +34,12 @@ Usage: mhparam [profile-components] [switches]
 EOF
 
 #### Skip nmh intro text.
 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"
 
 mhparam -help | sed '/^$/Q' >"$actual" 2>&1
 check "$expected" "$actual"