fs: only test one level of cache

Can't test multiple caches at once as can only have 1 DB open at once
s3-about
Nick Craig-Wood 2017-12-04 15:50:59 +00:00
parent 934df67aef
commit fa4a25a73b
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ var (
},
{
Name: "TestCache:",
SubDir: true,
FastList: true,
SubDir: false,
FastList: false,
},
}
binary = "fs.test"