aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_configuration.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_configuration.c')
-rw-r--r--src/util/test_configuration.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/util/test_configuration.c b/src/util/test_configuration.c
index 71a1ae5bd..b5b1e238c 100644
--- a/src/util/test_configuration.c
+++ b/src/util/test_configuration.c
@@ -323,12 +323,8 @@ testConfig()
323 GNUNET_break(0); 323 GNUNET_break(0);
324 return 8; 324 return 8;
325 } 325 }
326#ifndef MINGW 326
327 if (0 != strcmp(c, "/hello/world")) 327 if (0 != strcmp(c, "/hello/world"))
328#else
329#define HI "\\hello\\world"
330 if (strstr(c, HI) != c + strlen(c) - strlen(HI))
331#endif
332 { 328 {
333 GNUNET_break(0); 329 GNUNET_break(0);
334 GNUNET_free(c); 330 GNUNET_free(c);