From: Simon McVittie Date: Fri, 16 Sep 2011 14:01:40 +0000 (+0100) Subject: Set DBUS_TEST_HOMEDIR when running installcheck X-Git-Tag: dbus-1.5.10~90^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c587e56b8ab5b89dff443863a6067a0d11e8c6ae;p=thirdparty%2Fdbus.git 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 --- diff --git a/test/Makefile.am b/test/Makefile.am index 0981d1f04..b890c6388 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 = \