We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b3205 commit 1f54cf5Copy full SHA for 1f54cf5
test/parallel/test-fs-open.js
@@ -29,7 +29,7 @@ let caughtException = false;
29
try {
30
// Should throw ENOENT, not EBADF
31
// see https://github.com/joyent/node/pull/1228
32
- fs.openSync('/path/to/file/that/does/not/exist', 'r');
+ fs.openSync('/8hvftyuncxrt/path/to/file/that/does/not/exist', 'r');
33
} catch (e) {
34
assert.strictEqual(e.code, 'ENOENT');
35
caughtException = true;
0 commit comments