From 4502e8b6210d0aad9a49254fb13d02434d8d763b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 1 Aug 2011 20:45:24 +0000 Subject: [PATCH] LRN: Make transport tests less optimistic about MinGW --- src/transport/test_quota_compliance.c | 6 ------ src/transport/test_transport_api.c | 9 --------- 2 files changed, 15 deletions(-) diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c index 0143772db..8d1cc0cee 100644 --- a/src/transport/test_quota_compliance.c +++ b/src/transport/test_quota_compliance.c @@ -799,9 +799,6 @@ main (int argc, char *argv[]) if (strstr(argv[0], "tcp_nat") != NULL) { is_tcp_nat = GNUNET_YES; -#ifdef MINGW - return 0; -#endif } else if (strstr(argv[0], "tcp") != NULL) { @@ -810,9 +807,6 @@ main (int argc, char *argv[]) else if (strstr(argv[0], "https") != NULL) { is_https = GNUNET_YES; -#ifdef MINGW - return 0; -#endif } else if (strstr(argv[0], "http") != NULL) { diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c index 289b3ed79..cdad7b798 100644 --- a/src/transport/test_transport_api.c +++ b/src/transport/test_transport_api.c @@ -688,9 +688,6 @@ main (int argc, char *argv[]) if (strstr(argv[0], "tcp_nat") != NULL) { is_tcp_nat = GNUNET_YES; -#ifdef MINGW - return 0; -#endif if (GNUNET_YES != check_gnunet_nat_binary("gnunet-nat-server")) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, @@ -706,9 +703,6 @@ main (int argc, char *argv[]) else if (strstr(argv[0], "udp_nat") != NULL) { is_udp_nat = GNUNET_YES; -#ifdef MINGW - return 0; -#endif if (GNUNET_YES != check_gnunet_nat_binary("gnunet-nat-server")) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, @@ -728,9 +722,6 @@ main (int argc, char *argv[]) else if (strstr(argv[0], "https") != NULL) { is_https = GNUNET_YES; -#ifdef MINGW - return 0; -#endif } else if (strstr(argv[0], "http") != NULL) { -- 2.25.1