mount2: updated go-fuse version

Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
This commit is contained in:
Anagh Kumar Baranwal
2023-04-11 17:44:37 +05:30
committed by Nick Craig-Wood
parent d0eb884262
commit a7e6806f26
4 changed files with 53 additions and 11 deletions

View File

@@ -1,16 +1,14 @@
//go:build linux || (darwin && amd64)
// +build linux darwin,amd64
//go:build linux
// +build linux
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)
}