Open Issues Need Help
View All on GitHub Unit test for permissions fails when umask is different 10 months ago
AI Summary: A unit test designed to check file permissions is failing because the user's `umask` setting (027) on MacOS results in files being created with different permissions (`-rw-r-----`) than the test expects (`-rw-r--r--`). The proposed solution is to set a predictable `umask` value within the test script, ensuring it is restored to its original value after the test completes to prevent side effects.
Complexity:
2/5
bug good first issue
Welcome! These are a few scripts that we use at SURFsara to work with Spider.
Shell
Dir listing looks ugly when files are being written 10 months ago
bug good first issue
Welcome! These are a few scripts that we use at SURFsara to work with Spider.
Shell