-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
ENOENT or ENOTDIR in fs module #3850
Copy link
Copy link
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.macosIssues and PRs related to the macOS platform / OSX.Issues and PRs related to the macOS platform / OSX.
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.macosIssues and PRs related to the macOS platform / OSX.Issues and PRs related to the macOS platform / OSX.
There is a test here for
fs.openSyncopen non-existent file. It should raiseENOENTerror.But on my mac os 10.10.5 with node 5.0.0 installed via homebrew this test raised
ENOTDIRerror.Is it expected behaviour?