diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-09-16 15:01:40 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-11-02 15:19:54 +0000 |
commit | c587e56b8ab5b89dff443863a6067a0d11e8c6ae (patch) | |
tree | 513f61af9dce0b99790424a67f4100ffd171d834 | |
parent | ec350d8d06f5b55fa42834f4d651ea9018e02650 (diff) |
Set DBUS_TEST_HOMEDIR when running installcheck
This avoids spamming ~/.dbus and ~/.dbus-keyrings with filesystem activity
while running the tests.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41218
Reviewed-by: Lennart Poettering <lennart@poettering.net>
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 0981d1f0..b890c638 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -124,6 +124,7 @@ installable_tests = \ installcheck_tests = installcheck_environment = \ DBUS_TEST_DAEMON=$(DESTDIR)$(DBUS_DAEMONDIR)/dbus-daemon$(EXEEXT) \ + DBUS_TEST_HOMEDIR=@abs_top_builddir@/dbus \ DBUS_TEST_SYSCONFDIR=$(DESTDIR)$(sysconfdir) TESTS_ENVIRONMENT = \ |