From: Matthias Wachs Date: Tue, 15 Jun 2010 11:12:54 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~21381 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8ed9714199a49c765cc3fc88e3be367edf9a4cba;p=oweals%2Fgnunet.git --- diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c index 8bec6b012..373e5f9c8 100644 --- a/src/transport/test_plugin_transport_http.c +++ b/src/transport/test_plugin_transport_http.c @@ -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);