aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-25 09:26:58 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-25 09:26:58 +0000
commitf84694bdaec12d291af8739bfc2ec1b36e73918f (patch)
tree9a5caf1993b129f3475ecdbe0cd1a6fda7b3b65c /src/transport/test_plugin_transport_http.c
parent9cc7fea00a1af2f2c6ff7238405eed7a4023f7a5 (diff)
downloadgnunet-f84694bdaec12d291af8739bfc2ec1b36e73918f.tar.gz
gnunet-f84694bdaec12d291af8739bfc2ec1b36e73918f.zip
cleanup
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 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)
1334 "test_gnunet_transport_plugin_http", 1334 "test_gnunet_transport_plugin_http",
1335 "testcase", options, &run, NULL)) ? GNUNET_NO : GNUNET_YES; 1335 "testcase", options, &run, NULL)) ? GNUNET_NO : GNUNET_YES;
1336 1336
1337 GNUNET_DISK_directory_remove ("/tmp/test_gnunet_transport_plugin_http"); 1337 GNUNET_DISK_directory_remove ("/tmp/test_plugin_transport_http");
1338 if (ret != GNUNET_OK) 1338 if (ret != GNUNET_OK)
1339 return 1; 1339 return 1;
1340 return fail; 1340 return fail;