rclone/cmd/mount2/mount_test.go
2020-06-15 21:34:37 +01: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)
}