src-d / go-billy

The missing interface filesystem abstraction for Go
https://godoc.org/gopkg.in/src-d/go-billy.v4
Apache License 2.0
199 stars 43 forks source link

test: create directories with execution bit set #66

Closed jfontan closed 5 years ago

jfontan commented 5 years ago

Some filesystems need execution bit set in directories to create files inside them. Gluster tests don't work because of this.