summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
Diffstat (limited to 'bus')
-rw-r--r--bus/Makefile.am2
-rw-r--r--bus/dispatch.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am
index 85f47ddc..823d9cc4 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -63,7 +63,7 @@ dbus_daemon_1_LDADD= \
## so if adding tests not to be run in make check, don't add them to
## TESTS
if DBUS_BUILD_TESTS
-TESTS_ENVIRONMENT=DBUS_TEST_DATA=$(top_builddir)/test/data
+TESTS_ENVIRONMENT=DBUS_TEST_DATA=$(top_builddir)/test/data DBUS_TEST_HOMEDIR=$(top_builddir)/dbus
TESTS=bus-test
else
TESTS=
diff --git a/bus/dispatch.c b/bus/dispatch.c
index 11fe515c..711ce041 100644
--- a/bus/dispatch.c
+++ b/bus/dispatch.c
@@ -1958,7 +1958,7 @@ bus_dispatch_sha1_test (const DBusString *test_data_dir)
_dbus_verbose ("Testing SHA1 context\n");
context = bus_context_new_test (test_data_dir,
- "valid-config-files/debug-allow-all.conf");
+ "valid-config-files/debug-allow-all-sha1.conf");
if (context == NULL)
return FALSE;