From 42b49e9f39a10f3b9a42a2a96750bbe10613e918 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 14 Sep 2021 16:27:42 -0700 Subject: [PATCH] * test/Makefile.in (XDG_CONFIG_HOME): Don't export (bug#50577). --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.39.5