Change test fixture from symlink to regular file
authorisaacs <i@izs.me>
Thu, 23 Feb 2012 04:19:12 +0000 (20:19 -0800)
committerisaacs <i@izs.me>
Thu, 23 Feb 2012 04:57:43 +0000 (20:57 -0800)
commit92cb684e784d09c05d3e5d9fc16b2e4ef9fbeba8
treebdb68c96c1d4c33cd109d478f436c1e137fd7732
parent3502e45b6c05eeabf9eae1ec8c455eedcdac79f8
Change test fixture from symlink to regular file

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.)
test/fixtures/a1.js [changed from symlink to file mode: 0644]