aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-30 12:36:02 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-30 12:36:02 +0000
commit2709dd173d605dab0acaecea16700d64460c74b1 (patch)
treec994516faf82c94fe1adde2142c80421a90c8aa4 /src/transport/test_plugin_transport_http.c
parenta2eaadbdb87d385fc25968b766de9b30df61c13d (diff)
downloadgnunet-2709dd173d605dab0acaecea16700d64460c74b1.tar.gz
gnunet-2709dd173d605dab0acaecea16700d64460c74b1.zip
fix rmdir
Diffstat (limited to 'src/transport/test_plugin_transport_http.c')
-rw-r--r--src/transport/test_plugin_transport_http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c
index 540be5753..a711f6772 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -1311,7 +1311,7 @@ main (int argc, char *const *argv)
1311 }; 1311 };
1312 int ret; 1312 int ret;
1313 char *const argv_prog[] = { 1313 char *const argv_prog[] = {
1314 "test_gnunet_transport_plugin_http", 1314 "test_plugin_transport_http",
1315 "-c", 1315 "-c",
1316 "test_plugin_transport_data_http.conf", 1316 "test_plugin_transport_data_http.conf",
1317 "-L", 1317 "-L",
@@ -1322,7 +1322,7 @@ main (int argc, char *const *argv)
1322#endif 1322#endif
1323 NULL 1323 NULL
1324 }; 1324 };
1325 GNUNET_log_setup ("test_gnunet_transport_plugin_http", 1325 GNUNET_log_setup ("test_plugin_transport_http",
1326#if VERBOSE 1326#if VERBOSE
1327 "DEBUG", 1327 "DEBUG",
1328#else 1328#else