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>
Fri, 2 Mar 2012 17:17:09 +0000 (09:17 -0800)
commitd8c5ba21854cd45a1bcb898ccb9d6a574c3fd4ee
tree7a4daa3ffa0800500424a5e8a82935c0e89791c7
parent3aa2fd3b2cf588196dbb12beef7ec242af5c0f2f
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]