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: validate fs.rename() when NODE_TEST_DIR on separate mount #24707

Closed
wants to merge 1 commit into from
Closed

test: validate fs.rename() when NODE_TEST_DIR on separate mount #24707

wants to merge 1 commit into from

Commits on Nov 28, 2018

  1. test: validate fs.rename() when NODE_TEST_DIR on separate mount

    When testing fs.rename() of an non-existent file, use a destination path
    which is in the same directory. Otherwise we might trigger an `EXDEV`
    error if NODE_TEST_DIR is a separate device than the current working
    directory.
    
    Fixes: #21669
    drewfish committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    6c7bd38 View commit details
    Browse the repository at this point in the history