mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 03:28:02 +02:00
tests: use .local/state instead of .local/.state for the state dir
This commit is contained in:
parent
c3d48e57d4
commit
07b4a13315
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ common_test_env = environment({
|
|||
'XDG_RUNTIME_DIR': '/invalid',
|
||||
'PIPEWIRE_RUNTIME_DIR': '/tmp',
|
||||
'XDG_CONFIG_HOME': meson.current_build_dir() / '.config',
|
||||
'XDG_STATE_HOME': meson.current_build_dir() / '.local' / '.state',
|
||||
'XDG_STATE_HOME': meson.current_build_dir() / '.local' / 'state',
|
||||
'FILE_MONITOR_DIR': meson.current_build_dir() / '.local' / 'file_monitor',
|
||||
'WIREPLUMBER_CONFIG_DIR': '/invalid',
|
||||
'WIREPLUMBER_DATA_DIR': '/invalid',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue