From: Glenn Morris Date: Tue, 14 Sep 2021 23:27:42 +0000 (-0700) Subject: * test/Makefile.in (XDG_CONFIG_HOME): Don't export (bug#50577). X-Git-Tag: emacs-28.0.90~968 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42b49e9f39a10f3b9a42a2a96750bbe10613e918;p=emacs.git * test/Makefile.in (XDG_CONFIG_HOME): Don't export (bug#50577). --- diff --git a/test/Makefile.in b/test/Makefile.in index 7047c244824..e0a2b7799a0 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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 =