summaryrefslogtreecommitdiff
path: root/tests/twisted/tools/exec-with-log.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/tools/exec-with-log.sh.in')
-rw-r--r--tests/twisted/tools/exec-with-log.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in
index 0b40a24b..84b13ea2 100644
--- a/tests/twisted/tools/exec-with-log.sh.in
+++ b/tests/twisted/tools/exec-with-log.sh.in
@@ -50,6 +50,9 @@ elif test -n "$MISSIONCONTROL_TEST_REFDBG"; then
fi
fi
+# The bus-daemon that is activating us doesn't know it's also the system bus
+export DBUS_SYSTEM_BUS_ADDRESS="$DBUS_SESSION_BUS_ADDRESS"
+
if test "z$MC_EXECUTABLE" = z; then
MC_EXECUTABLE=@abs_top_builddir@/tests/twisted/mc-debug-server
fi