From c53788657c0cfbd038325e690e7097e31f5e8430 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 29 Feb 2012 13:35:24 +0000 Subject: 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 --- test/tmp-session-bus.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ session - unix:tmpdir=@abs_top_builddir@/test + unix:tmpdir=/tmp @abs_top_builddir@/test -- cgit v1.2.1