summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-14 13:58:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-14 14:01:33 +0100
commitb7e2dc78b22bf09675f9b83097c4bd45a2dff26b (patch)
treec71e09432891f2f7fba0260eaac21d6519ea1a0b
parent39923b9e7427cf4aa29da4d6f7ea9ddddefc7b57 (diff)
downloadtelepathy-mission-control-b7e2dc78b22bf09675f9b83097c4bd45a2dff26b.tar.gz
Set the right environment variable to run tests with a temporary version of ~/.cache
-rw-r--r--test/twisted/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/twisted/Makefile.am b/test/twisted/Makefile.am
index 1364fa0f..2a6a7a96 100644
--- a/test/twisted/Makefile.am
+++ b/test/twisted/Makefile.am
@@ -115,7 +115,7 @@ BASIC_TESTS_ENVIRONMENT = \
XDG_CONFIG_DIRS=@abs_top_srcdir@/test/twisted \
XDG_DATA_HOME=@abs_top_builddir@/test/twisted/tmp-$(TMPSUFFIX) \
XDG_DATA_DIRS=@abs_top_srcdir@/test/twisted \
- XDG_CACHE_DIR=@abs_top_builddir@/test/twisted/tmp-$(TMPSUFFIX) \
+ XDG_CACHE_HOME=@abs_top_builddir@/test/twisted/tmp-$(TMPSUFFIX) \
MC_CLIENTS_DIR=@abs_top_srcdir@/test/twisted/telepathy/clients \
MC_MANAGER_DIR=@abs_top_srcdir@/test/twisted/telepathy/managers \
G_DEBUG=fatal_criticals