(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 15 Jun 2010 11:12:54 +0000 (11:12 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 15 Jun 2010 11:12:54 +0000 (11:12 +0000)
src/transport/test_plugin_transport_http.c

index 8bec6b0126b4a2a9ba37f746b04467c7d7c56fed..373e5f9c851ca36823c0e2d403ced99675b76943 100644 (file)
@@ -400,6 +400,7 @@ shutdown_clean ()
   GNUNET_assert (NULL == GNUNET_PLUGIN_unload ("libgnunet_plugin_transport_http", api));
 
   GNUNET_SCHEDULER_shutdown(sched);
+  GNUNET_DISK_directory_remove ("/tmp/test_plugin_transport_http");
 
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Exiting testcase\n");
   exit(fail);