diff options
Diffstat (limited to 'storage/filesystem/config_test.go')
-rw-r--r-- | storage/filesystem/config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/filesystem/config_test.go b/storage/filesystem/config_test.go index b52e6a1..2eb0ab9 100644 --- a/storage/filesystem/config_test.go +++ b/storage/filesystem/config_test.go @@ -25,7 +25,7 @@ func (s *ConfigSuite) SetUpTest(c *C) { tmp, err := ioutil.TempDir("", "go-git-filestystem-config") c.Assert(err, IsNil) - s.dir = dotgit.New(os.NewOS(tmp)) + s.dir = dotgit.New(os.New(tmp)) s.path = tmp } |