mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
tests: Set a dummy XDG_CONFIG_HOME variable
This avoids a local ~/.config/monitors.xml messing up tests. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2985>
This commit is contained in:
parent
551aebce19
commit
dcaca398f1
@ -137,6 +137,7 @@ test_env = environment()
|
||||
test_env_variables = {
|
||||
'G_TEST_SRCDIR': join_paths(mutter_srcdir, 'src'),
|
||||
'G_TEST_BUILDDIR': mutter_builddir,
|
||||
'XDG_CONFIG_HOME': join_paths(mutter_builddir, '.config'),
|
||||
'MUTTER_TEST_PLUGIN_PATH': '@0@'.format(default_plugin.full_path()),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user