From 5652b4e8b0b2641c51f8ee8f93c530c7814866a4 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Mon, 7 May 2018 08:11:14 +0000 Subject: try to fix test failure in src/transport Signed-off-by: Nils Gillmann --- src/transport/gnunet-helper-transport-wlan-dummy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/gnunet-helper-transport-wlan-dummy.c') 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 @@ /** * Name of the fifo to use for IPC with the other dummy process. */ -#define FIFO_FILE1 "/tmp/test-transport/api-wlan-p1/WLAN_FIFO_in" +#define FIFO_FILE1 GNUNET_DISK_mktemp("test-transport/api-wlan-p1/") "WLAN_FIFO_in" /** * Name of the fifo to use for IPC with the other dummy process. */ -#define FIFO_FILE2 "/tmp/test-transport/api-wlan-p1/WLAN_FIFO_out" +#define FIFO_FILE2 GNUNET_DISK_mktemp("test-transport/api-wlan-p1/") "WLAN_FIFO_out" /** * Maximum size of a message allowed in either direction -- cgit v1.2.3