aboutsummaryrefslogtreecommitdiff
path: root/test/metrics_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/metrics_test.go')
-rw-r--r--test/metrics_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/metrics_test.go b/test/metrics_test.go
index 4a1665c5b..58838e1e8 100644
--- a/test/metrics_test.go
+++ b/test/metrics_test.go
@@ -2,7 +2,6 @@ package test
import (
"io/ioutil"
- "log"
"os"
"path"
"testing"
@@ -145,8 +144,6 @@ func TestMetricsAuto(t *testing.T) {
}
defer i.Stop()
- log.SetOutput(ioutil.Discard)
-
// Write db.example.org to get example.org.
if err = ioutil.WriteFile(path.Join(tmpdir, "db.example.org"), []byte(zoneContent), 0644); err != nil {
t.Fatal(err)