From 8ed9714199a49c765cc3fc88e3be367edf9a4cba Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 15 Jun 2010 11:12:54 +0000 Subject: [PATCH] --- src/transport/test_plugin_transport_http.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.25.1