aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_getopt.c
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-08-29 17:46:36 +0000
committerNils Durner <durner@gnunet.org>2009-08-29 17:46:36 +0000
commit77b14843ec9990facf63586919c865d59c3a5996 (patch)
tree973abf1ae78c42a183da7780d0e1548f195d8610 /src/util/test_getopt.c
parentd4f9a375af60b2c7a54e6e835c51da100aa8baa5 (diff)
downloadgnunet-77b14843ec9990facf63586919c865d59c3a5996.tar.gz
gnunet-77b14843ec9990facf63586919c865d59c3a5996.zip
don't fail in testcases
Diffstat (limited to 'src/util/test_getopt.c')
-rw-r--r--src/util/test_getopt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_getopt.c b/src/util/test_getopt.c
index 7168dd8c1..e254ac31f 100644
--- a/src/util/test_getopt.c
+++ b/src/util/test_getopt.c
@@ -196,7 +196,9 @@ main (int argc, char *argv[])
196 196
197 GNUNET_log_setup ("test_getopt", "WARNING", NULL); 197 GNUNET_log_setup ("test_getopt", "WARNING", NULL);
198 /* suppress output from -h, -v options */ 198 /* suppress output from -h, -v options */
199#ifndef MINGW
199 GNUNET_break (0 == CLOSE (1)); 200 GNUNET_break (0 == CLOSE (1));
201#endif
200 if (0 != testMinimal ()) 202 if (0 != testMinimal ())
201 errCnt++; 203 errCnt++;
202 if (0 != testVerbose ()) 204 if (0 != testVerbose ())