mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
The only test using this is test/simple/test-fs-chmod.js, and it was treating a.js and a1.js as two separate files, resulting in a race condition. (Interestingly enough, it was *not* using the symlink file to test lchmod, which uses a different temp file.)