aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 20:45:24 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 20:45:24 +0000
commit4502e8b6210d0aad9a49254fb13d02434d8d763b (patch)
treea449fa1262b0ad01d12f0d9335bf0e6b625b007f /src/transport/test_quota_compliance.c
parent1f7d234aa2cfc7868a6110d71fd0219bb96f35bf (diff)
downloadgnunet-4502e8b6210d0aad9a49254fb13d02434d8d763b.tar.gz
gnunet-4502e8b6210d0aad9a49254fb13d02434d8d763b.zip
LRN: Make transport tests less optimistic about MinGW
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c6
1 files changed, 0 insertions, 6 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[])
799 if (strstr(argv[0], "tcp_nat") != NULL) 799 if (strstr(argv[0], "tcp_nat") != NULL)
800 { 800 {
801 is_tcp_nat = GNUNET_YES; 801 is_tcp_nat = GNUNET_YES;
802#ifdef MINGW
803 return 0;
804#endif
805 } 802 }
806 else if (strstr(argv[0], "tcp") != NULL) 803 else if (strstr(argv[0], "tcp") != NULL)
807 { 804 {
@@ -810,9 +807,6 @@ main (int argc, char *argv[])
810 else if (strstr(argv[0], "https") != NULL) 807 else if (strstr(argv[0], "https") != NULL)
811 { 808 {
812 is_https = GNUNET_YES; 809 is_https = GNUNET_YES;
813#ifdef MINGW
814 return 0;
815#endif
816 } 810 }
817 else if (strstr(argv[0], "http") != NULL) 811 else if (strstr(argv[0], "http") != NULL)
818 { 812 {