From 07b4a133156850867405b388178f07eacb4073b2 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Thu, 19 Aug 2021 10:39:14 +0300 Subject: [PATCH] tests: use .local/state instead of .local/.state for the state dir --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 2a696bfb..6c4b7e34 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -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',