projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c6388f
)
Unset all MH environment variables that aren't set below.
author
David Levine
<levinedl@acm.org>
Thu, 26 Apr 2012 01:08:03 +0000
(20:08 -0500)
committer
David Levine
<levinedl@acm.org>
Thu, 26 Apr 2012 02:20:30 +0000
(21:20 -0500)
(cherry picked from commit
16dba0d07e94832ef9a077e6524714d0e433a111
)
test/common.sh.in
patch
|
blob
|
history
diff --git
a/test/common.sh.in
b/test/common.sh.in
index
126ce20
..
fa8a037
100644
(file)
--- 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()
{