emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 412c38a: Stop make check interacting with HOME


From: Glenn Morris
Subject: [Emacs-diffs] master 412c38a: Stop make check interacting with HOME
Date: Tue, 30 May 2017 11:42:51 -0400 (EDT)

branch: master
commit 412c38aa28dd7e8363b481a09d1df62c40f9a5b7
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Stop make check interacting with HOME
    
    * test/Makefile.in (HOME): Export a non-existent value.
---
 test/Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/Makefile.in b/test/Makefile.in
index 4029bb2..c9065d9 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 =
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]