The some of the tests (and the library functions they exercise) that
rely on XDG_CONFIG_HOME also check XDG_DATA_HOME and MAILDIR.
---
 test/test-vars.sh | 4 ++++
 1 file changed, 4 insertions(+)

this obsoletes the version that only unset XDG_DATA_HOME

diff --git a/test/test-vars.sh b/test/test-vars.sh
index 812bcf81..02d60f89 100644
--- a/test/test-vars.sh
+++ b/test/test-vars.sh
@@ -44,6 +44,10 @@ unset GREP_OPTIONS
 # For lib/open.cc:_load_key_file
 unset XDG_CONFIG_HOME
 
+# for lib/open.cc:_choose_database_path
+unset XDG_DATA_HOME
+unset MAILDIR
+
 # For emacsclient
 unset ALTERNATE_EDITOR
 
-- 
2.35.1

_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org

Reply via email to