X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f67e3671c985ad8095dc6fcc8be7ba6dd25cdf63..55deb9a8a3f78d67f5882d8e02bbaeab67c9078b:/test/mhparam/test-mhparam?ds=sidebyside diff --git a/test/mhparam/test-mhparam b/test/mhparam/test-mhparam index 7af2ef6f..0dd8e2b2 100755 --- a/test/mhparam/test-mhparam +++ b/test/mhparam/test-mhparam @@ -50,18 +50,18 @@ run_test 'mhparam -nonexistent' 'mhparam: -nonexistent unknown' cp $MH_TEST_DIR/Mail/.mh_profile $expected # -all adds current folder echo 'Current-Folder: '`folder -f` >>$expected -mhparam -all >$actual +run_prog mhparam -all >$actual check $expected $actual 'keep first' # check -all with a component echo 'mhparam: profile-components ignored with -all' >$expected_err -mhparam -all path >$actual 2>$actual_err +run_prog mhparam -all path >$actual 2>$actual_err check $expected $actual 'keep first' check $expected_err $actual_err # check -all with -components echo 'mhparam: -components ignored with -all' >$expected_err -mhparam -all -components >$actual 2>$actual_err +run_prog mhparam -all -components >$actual 2>$actual_err check $expected $actual check $expected_err $actual_err @@ -83,7 +83,6 @@ $MH_INST_DIR$bindir/mhbuild $MH_INST_DIR$bindir/refile 700 $bindir/inc -$auxexecdir/install-mh more $bindir/mhmail $MH_INST_DIR$auxexecdir/mhl @@ -103,14 +102,13 @@ $sysconfdir ${MH_LIB_DIR} EOF -mhparam -nocomponent \ +run_prog mhparam -nocomponent \ context \ mh-sequences \ buildmimeproc \ fileproc \ foldprot \ incproc \ -installproc \ lproc \ mailproc \ mhlproc \