cleanup
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 May 2011 09:26:58 +0000 (09:26 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 May 2011 09:26:58 +0000 (09:26 +0000)
src/transport/test_plugin_transport_http.c

index 4ab52cf58d8049d01f3cab8034a864a98dd0d538..989e0d69a6e79e402f5ae4ba091fbb571f23f72e 100644 (file)
@@ -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;