From 4078e8a24878c584541a6caa8554c751121ab2b4 Mon Sep 17 00:00:00 2001 From: David Levine Date: Wed, 25 Apr 2012 20:08:03 -0500 Subject: [PATCH] Unset all MH environment variables that aren't set below. (cherry picked from commit 16dba0d07e94832ef9a077e6524714d0e433a111) --- test/common.sh.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/common.sh.in b/test/common.sh.in index 126ce20..fa8a037 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -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() { -- 1.7.10.4