From: Matthias Wachs Date: Fri, 21 May 2010 11:25:55 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~21594 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bceb3dc647c1818f408fc3a4fd5ff1f215bf08ff;p=oweals%2Fgnunet.git --- diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c index c2a2901d3..af2e82acd 100644 --- a/src/transport/test_plugin_transport_http.c +++ b/src/transport/test_plugin_transport_http.c @@ -151,7 +151,8 @@ notify_address (void *cls, * the check_address function of the plugin. */ /* FIXME: won't work on IPv6 enabled systems where IPv4 mapping - * isn't enabled (eg. FreeBSD > 4) + * isn't enabled (eg. FreeBSD > 4)[TESTING] +WEAKRANDOM = YES */ static void shutdown_clean () @@ -406,9 +407,9 @@ main (int argc, char *const *argv) argv_prog, "test_plugin_transport_http", "testcase", options, &run, NULL)) ? GNUNET_NO : GNUNET_YES; - /* FIXME: Please do not generate a key every time - * GNUNET_DISK_directory_remove ("/tmp/test_plugin_transport_http"); - */ + + GNUNET_DISK_directory_remove ("/tmp/test_plugin_transport_http"); + /* if (0 != PLIBC_KILL (pid, SIGTERM)) {