aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/ssh/upload_pack_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/transport/ssh/upload_pack_test.go')
-rw-r--r--plumbing/transport/ssh/upload_pack_test.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/plumbing/transport/ssh/upload_pack_test.go b/plumbing/transport/ssh/upload_pack_test.go
index aa7344d..1bcb82b 100644
--- a/plumbing/transport/ssh/upload_pack_test.go
+++ b/plumbing/transport/ssh/upload_pack_test.go
@@ -16,9 +16,9 @@ import (
"github.com/go-git/go-git/v5/plumbing/transport/test"
"github.com/gliderlabs/ssh"
+ fixtures "github.com/go-git/go-git-fixtures/v4"
stdssh "golang.org/x/crypto/ssh"
. "gopkg.in/check.v1"
- "gopkg.in/src-d/go-git-fixtures.v3"
)
type UploadPackSuite struct {
@@ -32,8 +32,6 @@ type UploadPackSuite struct {
var _ = Suite(&UploadPackSuite{})
func (s *UploadPackSuite) SetUpSuite(c *C) {
- s.Suite.SetUpSuite(c)
-
l, err := net.Listen("tcp", "localhost:0")
c.Assert(err, IsNil)