Skip to content
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

test: add DirMode, and DireModeFS #153

Merged
merged 3 commits into from
Apr 1, 2024
Merged

Conversation

alessio-perugini
Copy link
Contributor

@alessio-perugini alessio-perugini commented Mar 31, 2024

#152
Before DirMode func, users had to specify the dir bit using:

FileMode(tc, "/bin", os.ModeDir | 0655)

With DirMode func, users can omit the os.ModeDir

DirMode(tc, "/bin", os.FileMode(0755))

Happy easter 😄 🐰

Copy link
Owner

@shoenig shoenig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome as always, thanks @alessio-perugini!! 🐣 💯

@shoenig shoenig merged commit 2ceae04 into shoenig:main Apr 1, 2024
@alessio-perugini alessio-perugini deleted the fix-152 branch April 1, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants