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

Fix #1300, do not set file permissions on UT assert outputs #1301

Merged
merged 1 commit into from
Oct 4, 2022

Commits on Oct 4, 2022

  1. HotFix nasa#1300, do not set file permissions on UT assert outputs

    File permissions in general are a POSIX concept, but this tool should be
    pure C99.  It should not rely on any POSIX headers or POSIX-specific
    API calls.
    jphickey committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    42a1eed View commit details
    Browse the repository at this point in the history