From: David Levine Date: Thu, 5 Apr 2012 22:14:57 +0000 (-0500) Subject: Fixed install-mh -auto test by specifying HOME. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=4c9ad9f4f44521d7eae9ea1e8277cf7f8b577d20;p=mmh Fixed install-mh -auto test by specifying HOME. --- diff --git a/test/install-mh/test-install-mh b/test/install-mh/test-install-mh index f8af2c9..5a93961 100755 --- 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