aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_reliability.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-11-26 10:18:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-11-26 10:18:38 +0000
commit72848f78d9f4b45cd1c5df9f4b85cc9d8a536ec9 (patch)
tree5862f262b86390bf7267a21b9ededbb1b31761dd /src/transport/test_transport_api_reliability.c
parent5e191913f2d2fdc58f8596483c172a7e1a8a07e9 (diff)
downloadgnunet-72848f78d9f4b45cd1c5df9f4b85cc9d8a536ec9.tar.gz
gnunet-72848f78d9f4b45cd1c5df9f4b85cc9d8a536ec9.zip
Diffstat (limited to 'src/transport/test_transport_api_reliability.c')
-rw-r--r--src/transport/test_transport_api_reliability.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index ce031af7f..063d1d3bb 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -743,6 +743,10 @@ main (int argc, char *argv[])
743#ifdef MINGW 743#ifdef MINGW
744 return GNUNET_SYSERR; 744 return GNUNET_SYSERR;
745#endif 745#endif
746
747 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-transport-peer-1");
748 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-transport-peer-2");
749
746 if (strstr(argv[0], "tcp_nat") != NULL) 750 if (strstr(argv[0], "tcp_nat") != NULL)
747 { 751 {
748 is_tcp_nat = GNUNET_YES; 752 is_tcp_nat = GNUNET_YES;