summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2007-10-03 08:50:39 +0000
committerBrian Tarricone <brian@tarricone.org>2007-10-03 08:50:39 +0000
commit5b2d84b05ec78a5d202a4403388310d5e14db973 (patch)
tree74887ccb06d7ce7ea5a3042b56b45e58e42144f8 /tests
parent003173da1716c9bac0b110769bf212cfe68f54b9 (diff)
downloadxfconf-5b2d84b05ec78a5d202a4403388310d5e14db973.tar.gz
fix template to use local XDG_CONFIG_HOME
(Old svn revision: 26754)
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=$?