overdue
This commit is contained in:
13
.rclone_repo/cmd/mount/mount_test.go
Executable file
13
.rclone_repo/cmd/mount/mount_test.go
Executable file
@@ -0,0 +1,13 @@
|
||||
// +build linux darwin freebsd
|
||||
|
||||
package mount
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/ncw/rclone/cmd/mountlib/mounttest"
|
||||
)
|
||||
|
||||
func TestMount(t *testing.T) {
|
||||
mounttest.RunTests(t, mount)
|
||||
}
|
||||
Reference in New Issue
Block a user