summaryrefslogtreecommitdiff
path: root/tests/config.cpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-12-10 03:58:27 +0100
committerlouiz’ <louiz@louiz.org>2016-12-10 03:59:00 +0100
commit4cc3dc03fc8419abde6e77dceda773a19a246c43 (patch)
tree54ac2b2febac6a749eaa800aeb289d13fb2f8e6d /tests/config.cpp
parente63f79169b2c031bdc1a4bb6ba8df34363e9e3c0 (diff)
downloadbiboumi-4cc3dc03fc8419abde6e77dceda773a19a246c43.tar.gz
biboumi-4cc3dc03fc8419abde6e77dceda773a19a246c43.tar.bz2
biboumi-4cc3dc03fc8419abde6e77dceda773a19a246c43.tar.xz
biboumi-4cc3dc03fc8419abde6e77dceda773a19a246c43.zip
The config module doesn’t use the logger at all
Diffstat (limited to 'tests/config.cpp')
-rw-r--r--tests/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config.cpp b/tests/config.cpp
index a6fa92a..ec9844f 100644
--- a/tests/config.cpp
+++ b/tests/config.cpp
@@ -8,7 +8,7 @@
TEST_CASE("Config basic")
{
// Disable all output for this test
- IoTester<std::ostream> out(std::cout);
+ IoTester<std::ostream> out(std::cerr);
// Write a value in the config file
Config::read_conf("test.cfg");
Config::set("coucou", "bonjour", true);