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: do not modify fixtures in test-fs-chmod #14926

Closed
wants to merge 1 commit into from

Commits on Aug 18, 2017

  1. test: do not modify fixtures in test-fs-chmod

    `test-fs-chmod` modifies the permissions on files in `test/fixtures`.
    This change has the test use the temp directory instead. One of the
    fixture files is not used by any other test, so it has been deleted.
    
    I took this opportunity to remove `console.log()` statemens from the
    test.
    Trott committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    70b1ec3 View commit details
    Browse the repository at this point in the history