1
0
Fork 0

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:
Simon McVittie 2024-09-10 11:10:45 +01:00 committed by Marge Bot
parent 642b672b70
commit 24f4db3432

View file

@ -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',
]