aboutsummaryrefslogtreecommitdiff
path: root/plugin/auto/watcher_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auto/watcher_test.go')
-rw-r--r--plugin/auto/watcher_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/auto/watcher_test.go b/plugin/auto/watcher_test.go
index 329d8dc85..dde7053fd 100644
--- a/plugin/auto/watcher_test.go
+++ b/plugin/auto/watcher_test.go
@@ -1,8 +1,6 @@
package auto
import (
- "io/ioutil"
- "log"
"os"
"path"
"regexp"
@@ -10,8 +8,6 @@ import (
)
func TestWatcher(t *testing.T) {
- log.SetOutput(ioutil.Discard)
-
tempdir, err := createFiles()
if err != nil {
if tempdir != "" {