projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a384d6b
)
Fixed install-mh -auto test by specifying HOME.
author
David Levine
<levinedl@acm.org>
Thu, 5 Apr 2012 22:14:57 +0000
(17:14 -0500)
committer
David Levine
<levinedl@acm.org>
Thu, 5 Apr 2012 22:14:57 +0000
(17:14 -0500)
test/install-mh/test-install-mh
patch
|
blob
|
history
diff --git
a/test/install-mh/test-install-mh
b/test/install-mh/test-install-mh
index
f8af2c9
..
5a93961
100755
(executable)
--- a/
test/install-mh/test-install-mh
+++ b/
test/install-mh/test-install-mh
@@
-56,10
+56,10
@@
else
fi
# Remove the nmh installation so that install-mh -auto can install.
+# And set HOME to that it installs in the test directory:
+# install-mh -auto does a chdir($HOME).
rm -rf $MH_TEST_DIR/Mail
-echo "n
-n
-$installpath" | install-mh -auto >/dev/null
+HOME=$MH_TEST_DIR install-mh -auto >/dev/null
if [ -f $MH_TEST_DIR/Mail/context -a -f $MH_TEST_DIR/Mail/.mh_profile ]; then
install-mh -check