//go:build linux package mount2 import ( "testing" "github.com/rclone/rclone/vfs/vfscommon" "github.com/rclone/rclone/vfs/vfstest" ) func TestMount(t *testing.T) { vfstest.RunTests(t, false, vfscommon.CacheModeOff, true, mount) }