mirror of
https://github.com/rclone/rclone
synced 2024-11-30 09:10:05 +01:00
8318020387
This passes the tests and works efficiently with the non sequential vfs ReadAt fix.
14 lines
184 B
Go
14 lines
184 B
Go
// +build linux darwin,amd64
|
|
|
|
package mount2
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/rclone/rclone/cmd/mountlib/mounttest"
|
|
)
|
|
|
|
func TestMount(t *testing.T) {
|
|
mounttest.RunTests(t, mount)
|
|
}
|