diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-09 10:30:21 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-09 10:30:21 +0000 |
commit | 7b29d40b75fd60ce5e0b86694499627dc9c63022 (patch) | |
tree | b33914ae90ad85884f34f44d7fc0483f85661cf5 /src/transport/test_quota_compliance_http_asymmetric_peer1.conf | |
parent | d0a9f269aa6575253b1c284d594a467e6fdeb7c7 (diff) |
last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by default
Diffstat (limited to 'src/transport/test_quota_compliance_http_asymmetric_peer1.conf')
-rw-r--r-- | src/transport/test_quota_compliance_http_asymmetric_peer1.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/test_quota_compliance_http_asymmetric_peer1.conf b/src/transport/test_quota_compliance_http_asymmetric_peer1.conf index 98d1db1cb..10ee02936 100644 --- a/src/transport/test_quota_compliance_http_asymmetric_peer1.conf +++ b/src/transport/test_quota_compliance_http_asymmetric_peer1.conf @@ -6,23 +6,23 @@ GNUNET_TEST_HOME = /tmp/test_quota_compliance_peer1 [arm] PORT = 4015 -UNIXPATH = /tmp/test_quota_compliance_http_arm_peer1.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_arm_peer1.sock [statistics] PORT = 4014 -UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer1.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_statistics_peer1.sock [resolver] PORT = 4013 -UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer1.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_resolver_peer1.sock [peerinfo] PORT = 4012 -UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer1.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_peerinfo_peer1.sock [transport] PORT = 4011 PLUGINS = http_client -UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_transport_peer1.sock |