fix rmdir
authorChristian Grothoff <christian@grothoff.org>
Tue, 30 Nov 2010 12:35:27 +0000 (12:35 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 30 Nov 2010 12:35:27 +0000 (12:35 +0000)
src/transport/test_plugin_transport_http.c

index 6b6463f1a1ef92d91971935af2a6b3ffb7b03408..1e930d1467b043f1928fe239c22780c415c52307 100644 (file)
@@ -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;
 }