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: make sure O_NOATIME is present only in Linux #6614

Closed
wants to merge 2 commits into from

Commits on May 6, 2016

  1. test: make sure O_NOATIME is present only in Linux

    As it is, the test checks if the return value is `undefined` in other
    platforms. But it should also make sure that the `O_NOATIME` should be
    found only in Linux.
    thefourtheye committed May 6, 2016
    Copy the full SHA
    629ce17 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fcfb5ef View commit details
    Browse the repository at this point in the history