From 568a977ebea54e30074d7f99e7e85306da2482df Mon Sep 17 00:00:00 2001 From: William Hua Date: Mon, 5 Oct 2015 14:13:43 -0400 Subject: Manually set XDG_RUNTIME_DIR. GLib 32492c6ab0000c50564360c74acf069814d942d1 resets it after calling TestDBus.up () and TestDBus.down (). --- tests/config.vala.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/config.vala.in') diff --git a/tests/config.vala.in b/tests/config.vala.in index 7acae9de..ef533d33 100644 --- a/tests/config.vala.in +++ b/tests/config.vala.in @@ -1,2 +1,3 @@ const string DCONF_PROFILE = "@abs_top_builddir@/tests/profiles/indicator-keyboard-test"; const string SERVICE_DIR = "@abs_top_builddir@/tests/services"; +const string XDG_RUNTIME_DIR = "@abs_top_builddir@/tests"; -- cgit v1.2.3