summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-04 16:31:42 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-04 16:31:42 +0100
commit79aba486ca998e16cc52975ef05692e4dccef766 (patch)
treeb1ebc29ba44dc4eb2fced472372be36483d303ef
parent68b0e226381f21277c904cee88ce5013c5365456 (diff)
downloadtelepathy-salut-0.8.tar.gz
Merge fd.o #63119 from telepathy-glibtelepathy-salut-0.8
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63119
-rw-r--r--tests/twisted/tools/with-session-bus.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/twisted/tools/with-session-bus.sh b/tests/twisted/tools/with-session-bus.sh
index 1b8990e6..68aec5db 100644
--- a/tests/twisted/tools/with-session-bus.sh
+++ b/tests/twisted/tools/with-session-bus.sh
@@ -81,6 +81,12 @@ if [ -n "$CHECK_TWISTED_VERBOSE" ] || [ -n "$VERBOSE_TESTS" ]; then
fi
e=0
+
+# These might be non-null when run from e.g. gnome-terminal 3.8, which uses
+# an activatable service for its windows; we don't want to inherit them either
+unset DBUS_STARTER_ADDRESS
+unset DBUS_STARTER_BUS_TYPE
+
DBUS_SESSION_BUS_ADDRESS="`cat $me-$$.address`"
export DBUS_SESSION_BUS_ADDRESS