diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-29 02:17:01 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-29 02:17:01 +0100 |
commit | 352170d1bf8cc7b32b85d8a2740eb3627e952a6e (patch) | |
tree | ba9cdd6b32b0871a78fcd91aee90a388dd3e2326 /common_test.go | |
parent | de1c0bfec0269ff2a31b62d13612d833da178ec4 (diff) | |
download | go-git-352170d1bf8cc7b32b85d8a2740eb3627e952a6e.tar.gz |
worktree, status implementation
Diffstat (limited to 'common_test.go')
-rw-r--r-- | common_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common_test.go b/common_test.go index 8a6cb3d..783a99b 100644 --- a/common_test.go +++ b/common_test.go @@ -50,7 +50,6 @@ func (s *BaseSuite) buildBasicRepository(c *C) { } func (s *BaseSuite) NewRepository(f *fixtures.Fixture) *Repository { - fs := os.New(f.DotGit().Base()) st, err := filesystem.NewStorage(fs) if err != nil { |