diff options
Diffstat (limited to 'plugin/root/root_test.go')
-rw-r--r-- | plugin/root/root_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/root/root_test.go b/plugin/root/root_test.go index ea0e53b5e..618e6ab2e 100644 --- a/plugin/root/root_test.go +++ b/plugin/root/root_test.go @@ -3,7 +3,6 @@ package root import ( "fmt" "io/ioutil" - "log" "os" "path/filepath" "strings" @@ -15,8 +14,6 @@ import ( ) func TestRoot(t *testing.T) { - log.SetOutput(ioutil.Discard) - // Predefined error substrings parseErrContent := "Error during parsing:" unableToAccessErrContent := "unable to access root path" |