summaryrefslogtreecommitdiff
path: root/libgo/go/crypto/x509/root_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/crypto/x509/root_unix_test.go')
-rw-r--r--libgo/go/crypto/x509/root_unix_test.go4
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")
}