diff options
Diffstat (limited to 'libgo/go/crypto/x509/root_unix_test.go')
-rw-r--r-- | libgo/go/crypto/x509/root_unix_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libgo/go/crypto/x509/root_unix_test.go b/libgo/go/crypto/x509/root_unix_test.go index 03f935d4e82..9e220192b9f 100644 --- a/libgo/go/crypto/x509/root_unix_test.go +++ b/libgo/go/crypto/x509/root_unix_test.go @@ -103,10 +103,6 @@ func TestEnvVars(t *testing.T) { } if r == nil { - if tc.cns == nil { - // Expected nil - return - } t.Fatal("nil roots") } |