diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.in | 3 |
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 | |||
| 53 | # Prevent any settings in the user environment causing problems. | 53 | # Prevent any settings in the user environment causing problems. |
| 54 | unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS | 54 | unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS |
| 55 | 55 | ||
| 56 | # Prevent tests using or changing anything in HOME. | ||
| 57 | export HOME = /nonexistent | ||
| 58 | |||
| 56 | ## To run tests under a debugger, set this to eg: "gdb --args". | 59 | ## To run tests under a debugger, set this to eg: "gdb --args". |
| 57 | GDB = | 60 | GDB = |
| 58 | 61 | ||