github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/cmd/mountlib/mounttest/read_non_unix.go (about)

     1  // +build !linux,!darwin,!freebsd
     2  
     3  package mounttest
     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  }