github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/cmd/mountlib/mounttest/write_non_unix.go (about) 1 // +build !linux,!darwin,!freebsd 2 3 package mounttest 4 5 import ( 6 "runtime" 7 "testing" 8 ) 9 10 // TestWriteFileDoubleClose tests double close on write 11 func TestWriteFileDoubleClose(t *testing.T) { 12 t.Skip("not supported on " + runtime.GOOS) 13 }