diff options
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 { |