overdue
This commit is contained in:
13
.rclone_repo/cmd/mountlib/mounttest/write_non_unix.go
Executable file
13
.rclone_repo/cmd/mountlib/mounttest/write_non_unix.go
Executable file
@@ -0,0 +1,13 @@
|
||||
// +build !linux,!darwin,!freebsd
|
||||
|
||||
package mounttest
|
||||
|
||||
import (
|
||||
"runtime"
|
||||
"testing"
|
||||
)
|
||||
|
||||
// TestWriteFileDoubleClose tests double close on write
|
||||
func TestWriteFileDoubleClose(t *testing.T) {
|
||||
t.Skip("not supported on " + runtime.GOOS)
|
||||
}
|
||||
Reference in New Issue
Block a user