mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 02:23:24 +00:00
Factor new vfs module out of cmd/mountlib
This is an OS style file system abstraction with directory caching used in mount, cmount, serve webdav and serve http.
This commit is contained in:
@@ -176,7 +176,7 @@ func TestDirCacheFlush(t *testing.T) {
|
||||
err := run.fremote.Mkdir("dir/subdir")
|
||||
require.NoError(t, err)
|
||||
|
||||
root, err := run.filesys.Root()
|
||||
root, err := run.vfs.Root()
|
||||
require.NoError(t, err)
|
||||
|
||||
// expect newly created "subdir" on remote to not show up
|
||||
|
||||
Reference in New Issue
Block a user