summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-05-30 08:39:39 -0700
committerGlenn Morris <rgm@gnu.org>2017-05-30 08:39:39 -0700
commit412c38aa28dd7e8363b481a09d1df62c40f9a5b7 (patch)
tree51488937642e1b38942fcea94a4a2a6fd15c06ba /test/Makefile.in
parenta47dfec82e363257a00f5666845ebaa8d697ae42 (diff)
downloademacs-412c38aa28dd7e8363b481a09d1df62c40f9a5b7.tar.gz
Stop make check interacting with HOME
* test/Makefile.in (HOME): Export a non-existent value.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 4029bb2431e..c9065d90d1b 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -53,6 +53,9 @@ EMACSOPT = -batch --no-site-file --no-site-lisp -L "$(SEPCHAR)$(srcdir)" $(EMACS
# Prevent any settings in the user environment causing problems.
unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS
+# Prevent tests using or changing anything in HOME.
+export HOME = /nonexistent
+
## To run tests under a debugger, set this to eg: "gdb --args".
GDB =