From: David Levine Date: Fri, 18 Apr 2014 00:55:19 +0000 (-0500) Subject: Unset MAILDROP in test/common.sh so that it doesn't confuse X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/af70448d4b35f6e590aaff8ef13246c58c9a336d?hp=2bd2ea37d43ab626c0139f1fc4d0bdfb23970b03 Unset MAILDROP in test/common.sh so that it doesn't confuse test/inc/test-msgchk. --- diff --git a/test/common.sh.in b/test/common.sh.in index 67b18a82..328d1ee8 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -23,7 +23,7 @@ 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 +unset MAILDROP MHBUILD MHCONTEXT MHMTSUSERCONF MHN MHSHOW MHSTORE unset MHLDEBUG MHPDEBUG MHWDEBUG PAGER #### Set LC_ALL in individual tests as needed. Unset these so #### that we don't depend on user's settings in other tests.