aboutsummaryrefslogtreecommitdiffstats
path: root/utils/fs/os_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-08-11 18:40:12 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-08-11 18:40:12 +0200
commit223308ee235035d26ca75fe312fe0da6e6a33222 (patch)
tree47b226db432237dbb388ee70217d6a74de14b988 /utils/fs/os_test.go
parent1f64d789038594098ea2c9cf796391f101d0bea5 (diff)
downloadgo-git-223308ee235035d26ca75fe312fe0da6e6a33222.tar.gz
storage: seekable renamed to filesystem
Diffstat (limited to 'utils/fs/os_test.go')
-rw-r--r--utils/fs/os_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fs/os_test.go b/utils/fs/os_test.go
index 84fe895..a2a3066 100644
--- a/utils/fs/os_test.go
+++ b/utils/fs/os_test.go
@@ -18,7 +18,7 @@ type FSImplSuite struct {
var _ = Suite(&FSImplSuite{})
func (s *FSImplSuite) SetUpSuite(c *C) {
- dir, err := tgz.Extract("../../storage/seekable/internal/gitdir/fixtures/spinnaker-gc.tgz")
+ dir, err := tgz.Extract("../../storage/filesystem/internal/gitdir/fixtures/spinnaker-gc.tgz")
c.Assert(err, IsNil)
s.dir = dir
}