* test/Makefile.in (XDG_CONFIG_HOME): Don't export (bug#50577).

This commit is contained in:
Glenn Morris 2021-09-14 16:27:42 -07:00
parent 4c492c8c5f
commit 42b49e9f39

View 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 =