Unset all MH environment variables that aren't set below.
authorDavid Levine <levinedl@acm.org>
Thu, 26 Apr 2012 01:08:03 +0000 (20:08 -0500)
committerDavid Levine <levinedl@acm.org>
Thu, 26 Apr 2012 02:20:30 +0000 (21:20 -0500)
(cherry picked from commit 16dba0d07e94832ef9a077e6524714d0e433a111)

test/common.sh.in

index 126ce20..fa8a037 100644 (file)
@@ -19,7 +19,8 @@ export MH_TEST_DIR auxexecdir bindir mandir sysconfdir pagerpath
 test -z "$MH_INST_DIR"  &&  MH_INST_DIR=${MH_TEST_DIR}/inst
 export MH_INST_DIR
 
-unset MHCONTEXT
+unset MHBUILD MHCONTEXT MHMTSUSERCONF MHN MHSHOW MHSTORE MHTMPDIR
+unset MHLDEBUG MHPDEBUG MHWDEBUG
 
 output_md5()
 {