We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There is a test here for fs.openSync open non-existent file. It should raise ENOENT error.
fs.openSync
ENOENT
But on my mac os 10.10.5 with node 5.0.0 installed via homebrew this test raised ENOTDIR error.
ENOTDIR
Is it expected behaviour?