aboutsummaryrefslogtreecommitdiff
path: root/ssh/certs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/certs_test.go')
-rw-r--r--ssh/certs_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssh/certs_test.go b/ssh/certs_test.go
index ba435ab..51fbf88 100644
--- a/ssh/certs_test.go
+++ b/ssh/certs_test.go
@@ -330,10 +330,6 @@ func TestCertTypes(t *testing.T) {
go NewServerConn(c1, conf)
priv := m.signer
- if err != nil {
- t.Fatalf("error generating ssh pubkey: %v", err)
- }
-
cert := &Certificate{
CertType: UserCert,
Key: priv.PublicKey(),