aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-01-29 02:17:01 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2017-01-29 02:17:01 +0100
commit352170d1bf8cc7b32b85d8a2740eb3627e952a6e (patch)
treeba9cdd6b32b0871a78fcd91aee90a388dd3e2326 /common_test.go
parentde1c0bfec0269ff2a31b62d13612d833da178ec4 (diff)
downloadgo-git-352170d1bf8cc7b32b85d8a2740eb3627e952a6e.tar.gz
worktree, status implementation
Diffstat (limited to 'common_test.go')
-rw-r--r--common_test.go1
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 {