summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-template.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-template.sh.in b/tests/test-template.sh.in
index 79420bc..a323c08 100644
--- a/tests/test-template.sh.in
+++ b/tests/test-template.sh.in
@@ -4,6 +4,9 @@ eval `dbus-launch --sh-syntax`
export DBUS_SESSION_BUS_ADDRESS
export DBUS_SESSION_BUS_PID
+export XDG_CONFIG_HOME="`pwd`/test-xdg_config_home"
+export XDG_CONFIG_DIRS=""
+
./@TEST_NAME@
ret=$?