aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_getopt.c
diff options
context:
space:
mode:
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 ())