X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/49e9f226f20711b8504584f32e0bb8323739fab8..e06ec1e3e331c6f77df73fbcf0da5b733f22725a:/test/common.sh.in?ds=inline diff --git a/test/common.sh.in b/test/common.sh.in index a117d6fe..2264d469 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -21,9 +21,13 @@ export MULTIBYTE_ENABLED ICONV_ENABLED test -z "$MH_INST_DIR" && MH_INST_DIR="${MH_TEST_DIR}/inst" export MH_INST_DIR -unset MHBUILD MHCONTEXT MHMTSUSERCONF MHN MHSHOW MHSTORE MHTMPDIR +unset MHBUILD MHCONTEXT MHMTSUSERCONF MHN MHSHOW MHSTORE unset MHLDEBUG MHPDEBUG MHWDEBUG MM_CHARSET PAGER +#### Use a test dir for tmp files when MHTMPDIR applies. +MHTMPDIR=$MH_TEST_DIR/Mail +export MHTMPDIR + output_md5() { #### Output just the checksum. If the filename needs to appear on @@ -189,6 +193,7 @@ setup_test () "${MHMTSCONF}.old" >"${MHMTSCONF}" fi + #### On Solaris, must set PATH after the install! PATH="${MH_INST_DIR}${bindir}:${PATH}" export PATH