summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-29 13:35:24 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-29 13:35:24 +0000
commitc53788657c0cfbd038325e690e7097e31f5e8430 (patch)
tree13a4974c423728d1aa9749ce1678782cc56576d4
parent1055343d746accc4048e5806f84a880143444c9f (diff)
downloaddbus-python-c53788657c0cfbd038325e690e7097e31f5e8430.tar.gz
Put sockets for the regression tests in /tmp, not ${builddir}
Some automated build systems (naming no Portage) have really long build directories, which can cause dbus-python to hit the length limit for Unix sockets' names. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46747 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--test/tmp-session-bus.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmp-session-bus.conf.in b/test/tmp-session-bus.conf.in
index 9d172ff..3a2c756 100644
--- a/test/tmp-session-bus.conf.in
+++ b/test/tmp-session-bus.conf.in
@@ -4,7 +4,7 @@
<busconfig>
<!-- Our well-known bus type, don't change this -->
<type>session</type>
- <listen>unix:tmpdir=@abs_top_builddir@/test</listen>
+ <listen>unix:tmpdir=/tmp</listen>
<servicedir>@abs_top_builddir@/test</servicedir>