aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_sharedservices.conf
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/testing/test_testing_sharedservices.conf
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/testing/test_testing_sharedservices.conf')
-rw-r--r--src/testing/test_testing_sharedservices.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_testing_sharedservices.conf b/src/testing/test_testing_sharedservices.conf
index e1830edd2..e41e2863c 100644
--- a/src/testing/test_testing_sharedservices.conf
+++ b/src/testing/test_testing_sharedservices.conf
@@ -1,10 +1,10 @@
1[PATHS] 1[PATHS]
2GNUNET_TEST_HOME = /tmp/test-gnunet-testing/ 2GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-testing/
3 3
4[testbed-logger] 4[testbed-logger]
5PORT = 15000 5PORT = 15000
6UNIXPATH = $GNUNET_RUNTIME_DIR/testbed-logger.sock 6UNIXPATH = $GNUNET_RUNTIME_DIR/testbed-logger.sock
7DIR = /tmp/testbed-logger 7DIR = $GNUNET_TMP/testbed-logger
8 8
9[transport] 9[transport]
10PLUGINS = tcp 10PLUGINS = tcp