aboutsummaryrefslogtreecommitdiff
path: root/src/identity
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/identity
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/identity')
-rw-r--r--src/identity/test_identity.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/identity/test_identity.conf b/src/identity/test_identity.conf
index 1653a88f8..9c433da77 100644
--- a/src/identity/test_identity.conf
+++ b/src/identity/test_identity.conf
@@ -4,5 +4,5 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock
4 4
5[identity] 5[identity]
6# need to overwrite paths to ensure they stay the same between runs... 6# need to overwrite paths to ensure they stay the same between runs...
7EGODIR = /tmp/test-identity-service/egos/ 7EGODIR = $GNUNET_TMP/test-identity-service/egos/
8SUBSYSTEM_CFG = /tmp/test-identity-service/s.conf 8SUBSYSTEM_CFG = $GNUNET_TMP/test-identity-service/s.conf