Stop make check interacting with HOME
* test/Makefile.in (HOME): Export a non-existent value.
This commit is contained in:
parent
a47dfec82e
commit
412c38aa28
1 changed files with 3 additions and 0 deletions
|
@ -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 =
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue