summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-04 16:21:33 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-04 16:21:33 +0100
commitf53ea2d64807cf625ca49f6163b77a36a8282f0d (patch)
tree7686fc763b269c2b12acb8246e993f45a9e74b0b
parentff28128c7699b7fee5757a742f07b4cf9c98764c (diff)
Merge with-session-bus.sh changes from telepathy-glib
We also have local changes, which should go "upstream" to telepathy-glib at some point. 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 1b8990e61..68aec5db4 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