aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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
53# Prevent any settings in the user environment causing problems. 53# Prevent any settings in the user environment causing problems.
54unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS 54unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS
55 55
56# Prevent tests using or changing anything in HOME.
57export 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".
57GDB = 60GDB =
58 61