aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_communicator_unix.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2019-04-18 10:56:46 +0200
committerJulius Bünger <buenger@mytum.de>2019-04-18 10:56:46 +0200
commit6006418909cef503a9e026fde4a9f7d4862d2c01 (patch)
tree7afb4f08971d8e22425613de9e4a52275945c1d8 /src/transport/test_communicator_unix.c
parent689458cd3f23833a8c26b2bb8161be773b5075e4 (diff)
downloadgnunet-6006418909cef503a9e026fde4a9f7d4862d2c01.tar.gz
gnunet-6006418909cef503a9e026fde4a9f7d4862d2c01.zip
TNG testing: Specify config source differently
Diffstat (limited to 'src/transport/test_communicator_unix.c')
-rw-r--r--src/transport/test_communicator_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_communicator_unix.c b/src/transport/test_communicator_unix.c
index f94587a12..ef7ed32c0 100644
--- a/src/transport/test_communicator_unix.c
+++ b/src/transport/test_communicator_unix.c
@@ -60,7 +60,7 @@ run (void *cls)
60 60
61 GNUNET_TRANSPORT_TESTING_transport_communicator_service_start ( 61 GNUNET_TRANSPORT_TESTING_transport_communicator_service_start (
62 "transport", 62 "transport",
63 cfg, 63 "test_communicator_1.conf",
64 &communicator_available, 64 &communicator_available,
65 NULL); /* cls */ 65 NULL); /* cls */
66} 66}