summaryrefslogtreecommitdiffstats
path: root/juniper
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-04-23 16:55:22 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-04-23 16:55:22 +0200
commit102227919bb1956116db7c24d8e56259fdfe90ec (patch)
treec7653e0cf8e77b43b5a5b3cc64c3834cc64a6d0c /juniper
parent5359b8d210e6d0934d25616373ba24845d1dfbdb (diff)
Do not pretend to be root.
Diffstat (limited to 'juniper')
-rw-r--r--juniper/src/test/auxTest.cpp2
-rw-r--r--juniper/src/test/mcandTest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/juniper/src/test/auxTest.cpp b/juniper/src/test/auxTest.cpp
index 0ea1a52aeb6..349792ed723 100644
--- a/juniper/src/test/auxTest.cpp
+++ b/juniper/src/test/auxTest.cpp
@@ -3,7 +3,7 @@
#include "auxTest.h"
#include <vespa/fastos/file.h>
#include <vespa/log/log.h>
-LOG_SETUP("auxtest");
+LOG_SETUP(".auxtest");
// Using separator definitions only from here:
diff --git a/juniper/src/test/mcandTest.cpp b/juniper/src/test/mcandTest.cpp
index 0dc198864fe..7f7d7d42100 100644
--- a/juniper/src/test/mcandTest.cpp
+++ b/juniper/src/test/mcandTest.cpp
@@ -20,7 +20,7 @@
#include "mcandTest.h"
#include <vespa/log/log.h>
-LOG_SETUP("mcandtest");
+LOG_SETUP(".mcandtest");
// Comment out cerr below to ignore unimplemented tests
#define NOTEST(name) \