X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/fa462ef71fbaf819397c59b2c07adf45a04af9f8..cdec1be974fb9a041d75d4e363463e58766309b3:/test/install-mh/test-install-mh?ds=sidebyside diff --git a/test/install-mh/test-install-mh b/test/install-mh/test-install-mh index 9798e5ed..46d01cd4 100755 --- a/test/install-mh/test-install-mh +++ b/test/install-mh/test-install-mh @@ -49,7 +49,7 @@ n $installpath y" | run_prog install-mh >/dev/null -if [ -f $MH_TEST_DIR/Mail/context -a -f $MH_TEST_DIR/Mail/.mh_profile ]; then +if [ -f $MH_TEST_DIR/Mail/context -a -f "$MH" ]; then run_prog install-mh -check else failed=`expr ${failed:-0} + 1` @@ -61,7 +61,7 @@ fi rm -rf $MH_TEST_DIR/Mail HOME=$MH_TEST_DIR install-mh -auto >/dev/null -if [ -f $MH_TEST_DIR/Mail/context -a -f $MH_TEST_DIR/Mail/.mh_profile ]; then +if [ -f $MH_TEST_DIR/Mail/context -a -f "$MH" ]; then run_prog install-mh -check else failed=`expr ${failed:-0} + 1`