| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d648c93 commit 0d12e9c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ let caughtException = false; | |||
| 29 | 29 | try { | |
| 30 | 30 | // Should throw ENOENT, not EBADF | |
| 31 | 31 | // see https://github.com/joyent/node/pull/1228 | |
| 32 | - fs.openSync('/path/to/file/that/does/not/exist', 'r'); | ||
| 32 | + fs.openSync('/8hvftyuncxrt/path/to/file/that/does/not/exist', 'r'); | ||
| 33 | 33 | } catch (e) { | |
| 34 | 34 | assert.strictEqual(e.code, 'ENOENT'); | |
| 35 | 35 | caughtException = true; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments