tests: Create a temporary XDG_CONFIG_HOME
XDG_CONFIG_DIR is not part of the basedirs spec. Use XDG_CONFIG_HOME instead, which is probably what was intended. Signed-off-by: Simon McVittie <smcv@debian.org> Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4012>
This commit is contained in:
parent
642b672b70
commit
24f4db3432
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ def meta_run(klass, extra_env=None, setup_argparse=None, handle_argparse=None):
|
|||
env_dirs = [
|
||||
'HOME',
|
||||
'TMPDIR',
|
||||
'XDG_CONFIG_DIR',
|
||||
'XDG_CONFIG_HOME',
|
||||
'XDG_DATA_HOME',
|
||||
'XDG_RUNTIME_DIR',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue