1
mirror of https://github.com/rclone/rclone synced 2025-01-24 06:27:32 +01:00
rclone/cmd/mount2/mount_test.go
2021-09-06 15:01:44 +03:00

16 lines
244 B
Go

// +build linux darwin,amd64
package mount2
import (
"testing"
"github.com/rclone/rclone/fstest/testy"
"github.com/rclone/rclone/vfs/vfstest"
)
func TestMount(t *testing.T) {
testy.SkipUnreliable(t)
vfstest.RunTests(t, false, mount)
}