Remove last SetOutput from generic code
This commit is contained in:
parent
9f9cf882ad
commit
2e419e635f
@ -2,7 +2,6 @@ package cryptfs
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
@ -37,7 +36,6 @@ func TestLoadV2PwdError(t *testing.T) {
|
||||
Warn.Enabled = false
|
||||
}
|
||||
_, _, err := LoadConfFile("config_test/v2.conf", "wrongpassword")
|
||||
Warn.SetOutput(os.Stderr)
|
||||
if err == nil {
|
||||
t.Errorf("Loading with wrong password must fail but it didn't")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user