summaryrefslogtreecommitdiff
path: root/tests/twisted/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-04 15:43:33 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-07 17:35:04 +0100
commitbd9334449d2ff1db6158ecfbb41f65327a40a078 (patch)
treee4d2561aa39121d456909e1210740199158b55a6 /tests/twisted/Makefile.am
parent416486d706a4d717ad5670abca61e333471bfbdc (diff)
downloadtelepathy-mission-control-bd9334449d2ff1db6158ecfbb41f65327a40a078.tar.gz
McdAccount: migrate avatars to a XDG path
This is the easy part of XDGification: there is no plugin involvement or anything for avatars (yet!), it's just hard-coded. Changing the avatar location from a single directory to a search path results in some new corner cases, so test them. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=35896 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'tests/twisted/Makefile.am')
-rw-r--r--tests/twisted/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index ca3b28db..ac931465 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -226,7 +226,7 @@ BASIC_TESTS_ENVIRONMENT = \
XDG_CONFIG_HOME=@abs_top_builddir@/tests/twisted/tmp-$(TMPSUFFIX)/config \
XDG_CONFIG_DIRS=@abs_top_srcdir@/tests/twisted \
XDG_DATA_HOME=@abs_top_builddir@/tests/twisted/tmp-$(TMPSUFFIX)/localshare \
- XDG_DATA_DIRS=@abs_top_srcdir@/tests/twisted \
+ XDG_DATA_DIRS=@abs_top_builddir@/tests/twisted/tmp-$(TMPSUFFIX)/share:@abs_top_srcdir@/tests/twisted \
XDG_CACHE_DIR=@abs_top_builddir@/tests/twisted/tmp-$(TMPSUFFIX)/cache \
XDG_CACHE_HOME=@abs_top_builddir@/tests/twisted/tmp-$(TMPSUFFIX)/cache \
MC_CLIENTS_DIR=@abs_top_srcdir@/tests/twisted/telepathy/clients \