summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 3fa6e5a..cd268f2 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -73,7 +73,7 @@ if get_option('tests')
)
test('Config KDE test',
config_kde_test,
- env: [envs, 'KDE_FULL_SESSION=1'],
+ env: [envs, 'XDG_CURRENT_DESKTOP=KDE'],
)
endif
endif