From: Christian Grothoff Date: Tue, 30 Nov 2010 12:35:27 +0000 (+0000) Subject: fix rmdir X-Git-Tag: initial-import-from-subversion-38251~19593 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=013e59a0580bfb3ee3532596539b545041a7dd72;p=oweals%2Fgnunet.git fix rmdir --- 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; }