aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-30 12:35:27 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-30 12:35:27 +0000
commit013e59a0580bfb3ee3532596539b545041a7dd72 (patch)
treec68fbde984e60e79c1e66a89ec1060866ae6db64 /src/transport/test_plugin_transport_http.c
parent168c952fd7797655d295931b8c9dec508ad2d3c7 (diff)
downloadgnunet-013e59a0580bfb3ee3532596539b545041a7dd72.tar.gz
gnunet-013e59a0580bfb3ee3532596539b545041a7dd72.zip
fix rmdir
Diffstat (limited to 'src/transport/test_plugin_transport_http.c')
-rw-r--r--src/transport/test_plugin_transport_http.c2
1 files changed, 1 insertions, 1 deletions
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)
1336 "test_gnunet_transport_plugin_http", 1336 "test_gnunet_transport_plugin_http",
1337 "testcase", options, &run, NULL)) ? GNUNET_NO : GNUNET_YES; 1337 "testcase", options, &run, NULL)) ? GNUNET_NO : GNUNET_YES;
1338 1338
1339 GNUNET_DISK_directory_remove ("/tmp/test_gnunet_transport_plugin_http"); 1339 GNUNET_DISK_directory_remove ("/tmp/test_plugin_transport_http");
1340 1340
1341 return fail; 1341 return fail;
1342} 1342}