Files
overlayfs/overlayfs_fuse_test.go
Matheus Sampaio Queiroga c2c7e82b4f
Some checks failed
Golang test / go-test (ubuntu-latest) (push) Successful in 21s
Golang test / go-test (windows-latest) (push) Has been cancelled
update winfsp and init fuse implementation
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2025-07-15 22:58:10 -03:00

8 lines
137 B
Go

//go:build darwin || freebsd || netbsd || openbsd
package overlayfs
import "testing"
func TestOverlayfs(t *testing.T) { t.SkipNow() }