summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2013-10-10 00:45:15 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2013-10-10 15:38:50 +0200
commit9f0366019d6f344c64b23a0cac29c175fed1673e (patch)
tree7d688335055160c253204a189db6c91a8f8b37ca /test
parentc8bc5f24b721bc03679c44669cf5e655c1e99b5f (diff)
downloaddbus-9f0366019d6f344c64b23a0cac29c175fed1673e.tar.gz
Use TEST_LISTEN in incoming-listen.conf.in instead of unix only hardcoded address
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68506 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'test')
-rw-r--r--test/data/valid-config-files/incoming-limit.conf.in (renamed from test/data/valid-config-files/incoming-limit.conf)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/valid-config-files/incoming-limit.conf b/test/data/valid-config-files/incoming-limit.conf.in
index abfab3f7..40ff2244 100644
--- a/test/data/valid-config-files/incoming-limit.conf
+++ b/test/data/valid-config-files/incoming-limit.conf.in
@@ -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 -->