From b4026c177b7d44aaedb10b1e3e12223901f97662 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 16 Sep 2011 15:01:40 +0100 Subject: [PATCH] Set DBUS_TEST_HOMEDIR when running installcheck This avoids spamming ~/.dbus and ~/.dbus-keyrings with filesystem activity while running the tests. --- test/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index d013e07..06733e6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -125,6 +125,7 @@ modular_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 = \ -- 1.7.6.3