some testing changes, including an api change that likely breaks things for others
[oweals/gnunet.git] / src / testing / test_testing_connect.c
index 3ddb9dbac4fa037e5680def6c6265e7e7ea1c3f3..2857b7a4f52712f6cc92a2d5a9a7d48110b25680 100644 (file)
@@ -188,10 +188,6 @@ main (int argc, char *argv[])
 #endif
                     NULL);
   ret = check ();
-  /*sleep (1);
-  GNUNET_DISK_directory_remove ("/tmp/test-gnunet-testing");
-  GNUNET_DISK_directory_remove ("/tmp/test-gnunet-testing-connect-peer1");
-  GNUNET_DISK_directory_remove ("/tmp/test-gnunet-testing-connect-peer2");*/
   return ret;
 }