Use TEST_LISTEN in incoming-listen.conf.in instead of unix only hardcoded address
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 9 Oct 2013 22:45:15 +0000 (00:45 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 10 Oct 2013 13:38:50 +0000 (15:38 +0200)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68506
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
configure.ac
test/data/valid-config-files/incoming-limit.conf.in [moved from test/data/valid-config-files/incoming-limit.conf with 94% similarity]

index bfacd0a..b29c8f0 100644 (file)
@@ -1774,6 +1774,7 @@ dbus-1.pc
 dbus-1-uninstalled.pc
 test/data/valid-config-files/debug-allow-all.conf
 test/data/valid-config-files/debug-allow-all-sha1.conf
+test/data/valid-config-files/incoming-limit.conf
 test/data/valid-config-files-system/debug-allow-all-pass.conf
 test/data/valid-config-files-system/debug-allow-all-fail.conf
 test/data/valid-service-files/org.freedesktop.DBus.TestSuite.PrivServer.service
@@ -3,7 +3,7 @@
 <busconfig>
   <!-- Our well-known bus type, don't change this -->
   <type>session</type>
-  <listen>unix:tmpdir=/tmp</listen>
+  <listen>@TEST_LISTEN@</listen>
 
   <policy context="default">
     <!-- Allow everything to be sent -->