From 0bae85f2b4fe6e55a3f5164066afe64cf499432b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Nov 2011 09:05:31 +0000 Subject: [PATCH] LRN: Fix loglevel testcase (disable redirection) --- src/util/test_common_logging_runtime_loglevels.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c index 5b89b7221..b5363f2e2 100644 --- a/src/util/test_common_logging_runtime_loglevels.c +++ b/src/util/test_common_logging_runtime_loglevels.c @@ -279,6 +279,7 @@ runone () putenv ("GNUNET_LOG="); putenv ("GNUNET_FORCE_LOG="); + putenv ("GNUNET_FORCE_LOGFILE="); switch (phase) { case 0: -- 2.25.1