mirror of
https://github.com/rclone/rclone.git
synced 2025-06-21 04:08:02 +02:00
nfsmount: require --vfs-cache-mode writes or above in tests
These tests fail for --vfs-cache-mode minimal on Linux for the same reason they don't work properly with --vfs-cache-mode off
This commit is contained in:
parent
13ea77dd71
commit
50d42babd8
@ -28,5 +28,5 @@ func TestMount(t *testing.T) {
|
|||||||
}
|
}
|
||||||
sudo = true
|
sudo = true
|
||||||
}
|
}
|
||||||
vfstest.RunTests(t, false, vfscommon.CacheModeMinimal, false, mount)
|
vfstest.RunTests(t, false, vfscommon.CacheModeWrites, false, mount)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user