From 013e59a0580bfb3ee3532596539b545041a7dd72 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 30 Nov 2010 12:35:27 +0000 Subject: [PATCH] fix rmdir --- src/transport/test_plugin_transport_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c index 6b6463f1a..1e930d146 100644 --- a/src/transport/test_plugin_transport_http.c +++ b/src/transport/test_plugin_transport_http.c @@ -1336,7 +1336,7 @@ main (int argc, char *const *argv) "test_gnunet_transport_plugin_http", "testcase", options, &run, NULL)) ? GNUNET_NO : GNUNET_YES; - GNUNET_DISK_directory_remove ("/tmp/test_gnunet_transport_plugin_http"); + GNUNET_DISK_directory_remove ("/tmp/test_plugin_transport_http"); return fail; } -- 2.25.1