]> diplodocus.org Git - nmh/commitdiff
Unset MAILDROP in test/common.sh so that it doesn't confuse
authorDavid Levine <levinedl@acm.org>
Fri, 18 Apr 2014 00:55:19 +0000 (19:55 -0500)
committerDavid Levine <levinedl@acm.org>
Fri, 18 Apr 2014 00:55:19 +0000 (19:55 -0500)
test/inc/test-msgchk.

test/common.sh.in

index 67b18a8239d6bce3629b860585b376dab1e80c6c..328d1ee802e9d357025bf20a6c2643fb57c0338b 100644 (file)
@@ -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
 
 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.
 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.