From: Christian Grothoff Date: Wed, 25 May 2011 09:26:58 +0000 (+0000) Subject: cleanup X-Git-Tag: initial-import-from-subversion-38251~18430 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f84694bdaec12d291af8739bfc2ec1b36e73918f;p=oweals%2Fgnunet.git cleanup --- diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c index 4ab52cf58..989e0d69a 100644 --- a/src/transport/test_plugin_transport_http.c +++ b/src/transport/test_plugin_transport_http.c @@ -1334,7 +1334,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"); if (ret != GNUNET_OK) return 1; return fail;