github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/vfs/vfstest/read_non_unix.go (about) 1 // +build !linux,!darwin,!freebsd 2 3 package vfstest 4 5 import ( 6 "runtime" 7 "testing" 8 ) 9 10 // TestReadFileDoubleClose tests double close on read 11 func TestReadFileDoubleClose(t *testing.T) { 12 t.Skip("not supported on " + runtime.GOOS) 13 }