Stop make check interacting with HOME

* test/Makefile.in (HOME): Export a non-existent value.
This commit is contained in:
Glenn Morris 2017-05-30 08:39:39 -07:00
parent a47dfec82e
commit 412c38aa28

View file

@ -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 =