mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
test-lib: unset XDG_CONFIG_HOME
lib/open.cc:_load_key_file will only open xdg-config files in $XDG_CONFIG_HOME if it's defined, $HOME/.config will be considered if and only if XDG_CONFIG_HOME not defined. Let's unset said variable before running the test.
This commit is contained in:
parent
9ad19e4454
commit
828a004921
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ unset CDPATH
|
||||||
|
|
||||||
unset GREP_OPTIONS
|
unset GREP_OPTIONS
|
||||||
|
|
||||||
|
# For lib/open.cc:_load_key_file
|
||||||
|
unset XDG_CONFIG_HOME
|
||||||
|
|
||||||
# For emacsclient
|
# For emacsclient
|
||||||
unset ALTERNATE_EDITOR
|
unset ALTERNATE_EDITOR
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue