This branch started with the intention of duplicating the new t00[4567].t tests to run against the "VFS API", and so I began by doing some housekeeping before I dup'ed everything.
However, as I progressed along, I realized it was silly to replicate everything since the filesystem support is identical and it's really only the start/stop which is different, at least until we get into the realm of projection and event handling. So I ended up with a basic single "smoke test" t500 test instead of what was there before, which I think actually works better.
This branch started with the intention of duplicating the new
t00[4567].t
tests to run against the "VFS API", and so I began by doing some housekeeping before I dup'ed everything.However, as I progressed along, I realized it was silly to replicate everything since the filesystem support is identical and it's really only the start/stop which is different, at least until we get into the realm of projection and event handling. So I ended up with a basic single "smoke test"
t500
test instead of what was there before, which I think actually works better.