-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Description
https://github.com/nodejs/node/blob/master/test/parallel/test-path.js#L564 has
assert.equal(path.win32._makeLong('C:').toLowerCase(),
'\\\\?\\' + process.cwd().toLowerCase());The former resolves to absolute path at C:: '\?\c:'.
The later resolves CWD, could be on another drive 'd:\dir'.
Seems only passes if CWD is at C:\?
Metadata
Metadata
Assignees
Labels
No labels