c9 / vfs-local

A VFS implementation for the local file-system.
MIT License
32 stars 39 forks source link

Fix tests for darwin #7

Open gjtorikian opened 11 years ago

gjtorikian commented 11 years ago

The only one that I'm not sure about is it("should error with EISDIR if the path is a directory (or EPERM on darwin). I don't know why EPERM is occurring.

But the other tests completely fail, in accordance with Node.js documentation. :(