We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa83454 commit 2f5ca5dCopy full SHA for 2f5ca5d
test/parallel/test-fs-long-path.js
@@ -15,7 +15,7 @@ try {
15
testFsLongPath(common.tmpDir);
16
common.refreshTmpDir();
17
} catch (e) {
18
- if (os.type() == 'Linux') {
+ if (process.platform == 'linux') {
19
fs.accessSync(os.tmpdir(), fs.R_OK | fs.W_OK);
20
const tmpDir = path.join(os.tmpdir(),
21
`node-${process.version}-test-${1e6 * Math.random() | 0}`);
test/parallel/test-require-long-path.js
testRequireLongPath(common.tmpDir);
0 commit comments