]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/Makefile.in (XDG_CONFIG_HOME): Don't export (bug#50577).
authorGlenn Morris <rgm@gnu.org>
Tue, 14 Sep 2021 23:27:42 +0000 (16:27 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 14 Sep 2021 23:27:42 +0000 (16:27 -0700)
test/Makefile.in

index 7047c244824cb65b8cb3e84a3ab3cacad40d8891..e0a2b7799a02a7525127ac32fa9d99745c47ad06 100644 (file)
@@ -75,7 +75,7 @@ EMACS_EXTRAOPT=
 EMACSOPT = --no-init-file --no-site-file --no-site-lisp -L "$(SEPCHAR)$(srcdir)" $(elpa_opts) $(EMACS_EXTRAOPT)
 
 # Prevent any settings in the user environment causing problems.
-unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS
+unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS XDG_CONFIG_HOME
 
 ## To run tests under a debugger, set this to eg: "gdb --args".
 GDB =