aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-helper-transport-wlan-dummy.c
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-07 08:11:14 +0000
committerNils Gillmann <ng0@n0.is>2018-05-07 08:11:14 +0000
commit5652b4e8b0b2641c51f8ee8f93c530c7814866a4 (patch)
tree78b38e59d2b614da26c0d1cf8d0bf6a7d84dfbb8 /src/transport/gnunet-helper-transport-wlan-dummy.c
parent0623c03225a8122a4338cc9b1f0483ded77df5b8 (diff)
downloadgnunet-5652b4e8b0b2641c51f8ee8f93c530c7814866a4.tar.gz
gnunet-5652b4e8b0b2641c51f8ee8f93c530c7814866a4.zip
try to fix test failure in src/transport
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/transport/gnunet-helper-transport-wlan-dummy.c')
-rw-r--r--src/transport/gnunet-helper-transport-wlan-dummy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-helper-transport-wlan-dummy.c b/src/transport/gnunet-helper-transport-wlan-dummy.c
index f02d8bdd7..b8c1501d2 100644
--- a/src/transport/gnunet-helper-transport-wlan-dummy.c
+++ b/src/transport/gnunet-helper-transport-wlan-dummy.c
@@ -30,12 +30,12 @@
30/** 30/**
31 * Name of the fifo to use for IPC with the other dummy process. 31 * Name of the fifo to use for IPC with the other dummy process.
32 */ 32 */
33#define FIFO_FILE1 "/tmp/test-transport/api-wlan-p1/WLAN_FIFO_in" 33#define FIFO_FILE1 GNUNET_DISK_mktemp("test-transport/api-wlan-p1/") "WLAN_FIFO_in"
34 34
35/** 35/**
36 * Name of the fifo to use for IPC with the other dummy process. 36 * Name of the fifo to use for IPC with the other dummy process.
37 */ 37 */
38#define FIFO_FILE2 "/tmp/test-transport/api-wlan-p1/WLAN_FIFO_out" 38#define FIFO_FILE2 GNUNET_DISK_mktemp("test-transport/api-wlan-p1/") "WLAN_FIFO_out"
39 39
40/** 40/**
41 * Maximum size of a message allowed in either direction 41 * Maximum size of a message allowed in either direction