aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_common_logging_runtime_loglevels.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_common_logging_runtime_loglevels.c')
-rw-r--r--src/util/test_common_logging_runtime_loglevels.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c
index 79b888c56..9b5b1228a 100644
--- a/src/util/test_common_logging_runtime_loglevels.c
+++ b/src/util/test_common_logging_runtime_loglevels.c
@@ -314,14 +314,13 @@ runone ()
314 break; 314 break;
315 } 315 }
316 316
317 proc = 317 proc = GNUNET_OS_start_process (NULL, pipe_stdout,
318 GNUNET_OS_start_process (NULL, pipe_stdout,
319#if MINGW 318#if MINGW
320 "test_common_logging_dummy", 319 "test_common_logging_dummy",
321#else 320#else
322 "./test_common_logging_dummy", 321 "./test_common_logging_dummy",
323#endif 322#endif
324 "test_common_logging_dummy", NULL); 323 "test_common_logging_dummy", NULL);
325 putenv ("GNUNET_FORCE_LOG="); 324 putenv ("GNUNET_FORCE_LOG=");
326 putenv ("GNUNET_LOG="); 325 putenv ("GNUNET_LOG=");
327 326