X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0bfb53a23531bea3aaeadcd1a6f6c372eef96612..6946440669ed2620f59ce0f3c32da281e6e90968:/test/mhparam/test-mhparam 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 \