(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 26 Nov 2010 10:18:38 +0000 (10:18 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 26 Nov 2010 10:18:38 +0000 (10:18 +0000)
src/transport/test_quota_compliance.c
src/transport/test_transport_api_reliability.c

index b859e9ca14ea8163f9ed320f75d39be759be7e75..cc13bac802a7a8b1ea68a137858620566ae4110d 100644 (file)
@@ -795,6 +795,10 @@ main (int argc, char *argv[])
          else
                  GNUNET_asprintf(&logger, "test-quota-compliance-%s-%s","https","symmetric");
   }
+
+  GNUNET_DISK_directory_remove ("/tmp/test_quota_compliance_peer1");
+  GNUNET_DISK_directory_remove ("/tmp/test_quota_compliance_peer2");
+
   fprintf(stderr,  "Running `%s'\n", logger);
   GNUNET_log_setup ("test-quota-compliance",
 #if VERBOSE
index ce031af7f305ab1e7e3f6511ab2871a19b9a1f5d..063d1d3bb38a2c5c22b0a9239951b631dc1ed46f 100644 (file)
@@ -743,6 +743,10 @@ main (int argc, char *argv[])
 #ifdef MINGW
   return GNUNET_SYSERR;
 #endif
+
+  GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-transport-peer-1");
+  GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-transport-peer-2");
+
   if (strstr(argv[0], "tcp_nat") != NULL)
     {
       is_tcp_nat = GNUNET_YES;