aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-05 09:05:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-05 09:05:31 +0000
commit0bae85f2b4fe6e55a3f5164066afe64cf499432b (patch)
treed754b6743b1ccf9dec8761218c4f4778fb58de4c /src/util
parent67a5d8d1aa00757d45aa952c614f137962d3acf5 (diff)
downloadgnunet-0bae85f2b4fe6e55a3f5164066afe64cf499432b.tar.gz
gnunet-0bae85f2b4fe6e55a3f5164066afe64cf499432b.zip
LRN: Fix loglevel testcase (disable redirection)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/test_common_logging_runtime_loglevels.c1
1 files changed, 1 insertions, 0 deletions
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 ()
279 279
280 putenv ("GNUNET_LOG="); 280 putenv ("GNUNET_LOG=");
281 putenv ("GNUNET_FORCE_LOG="); 281 putenv ("GNUNET_FORCE_LOG=");
282 putenv ("GNUNET_FORCE_LOGFILE=");
282 switch (phase) 283 switch (phase)
283 { 284 {
284 case 0: 285 case 0: