diff options
author | Glenn Morris <rgm@gnu.org> | 2021-09-14 16:27:42 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-09-14 16:27:42 -0700 |
commit | 42b49e9f39a10f3b9a42a2a96750bbe10613e918 (patch) | |
tree | 25048f40373f5075db22a5e46224d806737fbc62 /test/Makefile.in | |
parent | 4c492c8c5f4722ba35d206071b1f6486c56f8213 (diff) | |
download | emacs-42b49e9f39a10f3b9a42a2a96750bbe10613e918.tar.gz emacs-42b49e9f39a10f3b9a42a2a96750bbe10613e918.tar.bz2 emacs-42b49e9f39a10f3b9a42a2a96750bbe10613e918.zip |
* test/Makefile.in (XDG_CONFIG_HOME): Don't export (bug#50577).
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |