aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/test_configuration_data.conf2
-rw-r--r--src/util/test_resolver_api_data.conf2
-rw-r--r--src/util/test_service_data.conf4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/util/test_configuration_data.conf b/src/util/test_configuration_data.conf
index 517cbf0b0..93dfd128a 100644
--- a/src/util/test_configuration_data.conf
+++ b/src/util/test_configuration_data.conf
@@ -3,7 +3,7 @@ SUBST=/hello
3 3
4[GNUNET] 4[GNUNET]
5SUBST=hello 5SUBST=hello
6GNUNET_HOME=/tmp 6GNUNET_HOME=$GNUNET_TMP/test-hello-configuration-data/
7 7
8[test] 8[test]
9a=a 9a=a
diff --git a/src/util/test_resolver_api_data.conf b/src/util/test_resolver_api_data.conf
index 42b36d66a..dd4384b80 100644
--- a/src/util/test_resolver_api_data.conf
+++ b/src/util/test_resolver_api_data.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2GNUNET_TEST_HOME = /tmp/test-gnunetd-statistics/ 2GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-statistics/
3 3
4[resolver] 4[resolver]
5PORT = 22354 5PORT = 22354
diff --git a/src/util/test_service_data.conf b/src/util/test_service_data.conf
index c04626b5b..975d5a1e3 100644
--- a/src/util/test_service_data.conf
+++ b/src/util/test_service_data.conf
@@ -1,7 +1,7 @@
1[test_service] 1[test_service]
2PORT=12435 2PORT=12435
3BINDTO=localhost 3BINDTO=localhost
4PIDFILE=/tmp/test-service.pid 4PIDFILE=$GNUNET_TMP/test-service.pid
5MAXBUF=1024 5MAXBUF=1024
6DISABLEV6=NO 6DISABLEV6=NO
7ACCEPT_FROM=127.0.0.1; 7ACCEPT_FROM=127.0.0.1;
@@ -12,7 +12,7 @@ HOSTNAME=localhost
12 12
13[test_service6] 13[test_service6]
14PORT=12435 14PORT=12435
15PIDFILE=/tmp/test-service.pid 15PIDFILE=$GNUNET_TMP/test-service.pid
16TIMEOUT=30 s 16TIMEOUT=30 s
17MAXBUF=1024 17MAXBUF=1024
18DISABLEV6=NO 18DISABLEV6=NO