diff options
Diffstat (limited to 'plumbing/transport/file/common_test.go')
-rw-r--r-- | plumbing/transport/file/common_test.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plumbing/transport/file/common_test.go b/plumbing/transport/file/common_test.go index 99866d7..4d6612b 100644 --- a/plumbing/transport/file/common_test.go +++ b/plumbing/transport/file/common_test.go @@ -6,8 +6,8 @@ import ( "os/exec" "path/filepath" + fixtures "github.com/go-git/go-git-fixtures/v4" . "gopkg.in/check.v1" - "gopkg.in/src-d/go-git-fixtures.v3" ) type CommonSuite struct { @@ -20,8 +20,6 @@ type CommonSuite struct { var _ = Suite(&CommonSuite{}) func (s *CommonSuite) SetUpSuite(c *C) { - s.Suite.SetUpSuite(c) - if err := exec.Command("git", "--version").Run(); err != nil { c.Skip("git command not found") } |