Updated cachingfs test.

geesefs-0-30-9
Aaron Jacobs 2015-03-24 16:13:34 +11:00
parent e0068fc2a7
commit 95557166b5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func (t *cachingFSTest) setUp(
t.fs, err = cachingfs.NewCachingFS(lookupEntryTimeout, getattrTimeout) t.fs, err = cachingfs.NewCachingFS(lookupEntryTimeout, getattrTimeout)
AssertEq(nil, err) AssertEq(nil, err)
t.FileSystem = t.fs t.Server = t.fs
// Mount it. // Mount it.
t.SampleTest.SetUp(ti) t.SampleTest.SetUp(ti)