unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] test: unset XDG_DATA_HOME for tests.
@ 2022-03-25 17:53 David Bremner
  0 siblings, 0 replies; only message in thread
From: David Bremner @ 2022-03-25 17:53 UTC (permalink / raw)
  To: notmuch

The some of the the tests that rely on XDG_CONFIG_HOME also check
XDG_DATA_HOME.
---
 test/test-vars.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/test-vars.sh b/test/test-vars.sh
index 812bcf81..cfd3905b 100644
--- a/test/test-vars.sh
+++ b/test/test-vars.sh
@@ -43,6 +43,7 @@ unset GREP_OPTIONS
 
 # For lib/open.cc:_load_key_file
 unset XDG_CONFIG_HOME
+unset XDG_DATA_HOME
 
 # For emacsclient
 unset ALTERNATE_EDITOR
-- 
2.35.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-25 17:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25 17:53 [PATCH] test: unset XDG_DATA_HOME for tests David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).