cache: update internal tests and small fixes

This commit is contained in:
remusb 2018-06-08 23:33:05 +03:00
parent 334ef28012
commit c0f772bc14
5 changed files with 455 additions and 503 deletions

View file

@ -23,7 +23,7 @@ func (r *run) mountFs(t *testing.T, f fs.Fs) {
fuse.FSName(device), fuse.VolumeName(device),
fuse.NoAppleDouble(),
fuse.NoAppleXattr(),
fuse.AllowOther(),
//fuse.AllowOther(),
}
err := os.MkdirAll(r.mntDir, os.ModePerm)
require.NoError(t, err)