aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-06 19:00:22 +0000
committerNils Gillmann <ng0@n0.is>2018-05-06 19:00:22 +0000
commit9fbda6db66bf8dc074de6c8792f369801e4e5999 (patch)
tree75185b338ec67cfce7c355970b2114d7a6ba86e5 /src/dht
parent5f627ce1a78f662d928fa6c73a90342d8bff5cf3 (diff)
downloadgnunet-9fbda6db66bf8dc074de6c8792f369801e4e5999.tar.gz
gnunet-9fbda6db66bf8dc074de6c8792f369801e4e5999.zip
Switch to $GNUNET_TMP in all configuration files.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_2dtorus.conf2
-rw-r--r--src/dht/test_dht_api_data.conf2
-rw-r--r--src/dht/test_dht_api_peer1.conf2
-rw-r--r--src/dht/test_dht_line.conf2
-rw-r--r--src/dht/test_dht_monitor.conf2
-rw-r--r--src/dht/test_dht_multipeer.conf2
-rw-r--r--src/dht/test_dht_tools.conf2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf
index c3fe5135f..de138e537 100644
--- a/src/dht/test_dht_2dtorus.conf
+++ b/src/dht/test_dht_2dtorus.conf
@@ -1,7 +1,7 @@
1@INLINE@ ../../contrib/no_forcestart.conf 1@INLINE@ ../../contrib/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf 2@INLINE@ ../../contrib/no_autostart_above_core.conf
3[PATHS] 3[PATHS]
4GNUNET_TEST_HOME = /tmp/test_dht_2dtorus/ 4GNUNET_TEST_HOME = $GNUNET_TMP/test_dht_2dtorus/
5 5
6[dht] 6[dht]
7AUTOSTART = YES 7AUTOSTART = YES
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index de9196107..6f5bf8525 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -2,7 +2,7 @@
2@INLINE@ ../../contrib/no_autostart_above_core.conf 2@INLINE@ ../../contrib/no_autostart_above_core.conf
3 3
4[PATHS] 4[PATHS]
5GNUNET_TEST_HOME = /tmp/test-dht-api/ 5GNUNET_TEST_HOME = $GNUNET_TMP/test-dht-api/
6 6
7[dhtcache] 7[dhtcache]
8QUOTA = 1 MB 8QUOTA = 1 MB
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index 0b9db1f8b..b563f5096 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -21,7 +21,7 @@ TIMEOUT = 300 s
21BINDTO = 127.0.0.1 21BINDTO = 127.0.0.1
22 22
23[PATHS] 23[PATHS]
24GNUNET_TEST_HOME = /tmp/test-gnunet-dht-peer-1/ 24GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-dht-peer-1/
25 25
26[nat] 26[nat]
27DISABLEV6 = YES 27DISABLEV6 = YES
diff --git a/src/dht/test_dht_line.conf b/src/dht/test_dht_line.conf
index de91ed32b..81ce94390 100644
--- a/src/dht/test_dht_line.conf
+++ b/src/dht/test_dht_line.conf
@@ -1,7 +1,7 @@
1@INLINE@ ../../contrib/no_forcestart.conf 1@INLINE@ ../../contrib/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf 2@INLINE@ ../../contrib/no_autostart_above_core.conf
3[PATHS] 3[PATHS]
4GNUNET_TEST_HOME = /tmp/test_dht_line/ 4GNUNET_TEST_HOME = $GNUNET_TMP/test_dht_line/
5 5
6[dht] 6[dht]
7AUTOSTART = YES 7AUTOSTART = YES
diff --git a/src/dht/test_dht_monitor.conf b/src/dht/test_dht_monitor.conf
index ed0dece58..e33563746 100644
--- a/src/dht/test_dht_monitor.conf
+++ b/src/dht/test_dht_monitor.conf
@@ -17,7 +17,7 @@ WAN_QUOTA_OUT = 1 GB
17OVERLAY_TOPOLOGY = LINE 17OVERLAY_TOPOLOGY = LINE
18 18
19[PATHS] 19[PATHS]
20GNUNET_TEST_HOME = /tmp/test-dht-monitor/ 20GNUNET_TEST_HOME = $GNUNET_TMP/test-dht-monitor/
21 21
22[nat] 22[nat]
23DISABLEV6 = YES 23DISABLEV6 = YES
diff --git a/src/dht/test_dht_multipeer.conf b/src/dht/test_dht_multipeer.conf
index 1d69dacfd..5251883aa 100644
--- a/src/dht/test_dht_multipeer.conf
+++ b/src/dht/test_dht_multipeer.conf
@@ -21,7 +21,7 @@ OVERLAY_TOPOLOGY = FROM_FILE
21OVERLAY_TOPOLOGY_FILE = test_dht_multipeer_topology.dat 21OVERLAY_TOPOLOGY_FILE = test_dht_multipeer_topology.dat
22 22
23[PATHS] 23[PATHS]
24GNUNET_TEST_HOME = /tmp/test-dht-multipeer/ 24GNUNET_TEST_HOME = $GNUNET_TMP/test-dht-multipeer/
25 25
26[nat] 26[nat]
27DISABLEV6 = YES 27DISABLEV6 = YES
diff --git a/src/dht/test_dht_tools.conf b/src/dht/test_dht_tools.conf
index 9306c5dc9..46d206448 100644
--- a/src/dht/test_dht_tools.conf
+++ b/src/dht/test_dht_tools.conf
@@ -18,7 +18,7 @@ TIMEOUT = 300 s
18BINDTO = 127.0.0.1 18BINDTO = 127.0.0.1
19 19
20[PATHS] 20[PATHS]
21GNUNET_TEST_HOME = /tmp/test-gnunet-dht-peer-1/ 21GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-dht-peer-1/
22 22
23[nat] 23[nat]
24DISABLEV6 = YES 24DISABLEV6 = YES