From: Glenn Morris Date: Tue, 30 May 2017 15:39:39 +0000 (-0700) Subject: Stop make check interacting with HOME X-Git-Tag: emacs-26.0.90~521^2~227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=412c38aa28dd7e8363b481a09d1df62c40f9a5b7;p=emacs.git Stop make check interacting with HOME * test/Makefile.in (HOME): Export a non-existent value. --- 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 =