-
Notifications
You must be signed in to change notification settings - Fork 54
osfs: max out defaultDirectoryMode so umask applies correctly #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
pjbgf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0xDEC0DE thanks for looking into this issue. The tests expectations need to be reviewed to reflect that some of the supported platforms.
Done. |
a reprise of go-git#104, with added tests Limited the scope of the CreateWithChroot tests to OsFs, because MemFs creates parent directories with bonkers permissions. drive-by: add Makefile variables for `make test-coverage` to run successfully
pjbgf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0xDEC0DE thanks for working on this. 🙇
a reprise of #104, with added tests
Limited the scope of the CreateWithChroot tests to OsFs, because MemFs creates parent directories with bonkers permissions.
drive-by: add Makefile variables for
make test-coverageto run successfully