From f84694bdaec12d291af8739bfc2ec1b36e73918f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 May 2011 09:26:58 +0000 Subject: [PATCH] cleanup --- 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 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; -- 2.25.1