github / libprojfs

Linux projected filesystem library
GNU Lesser General Public License v2.1
93 stars 14 forks source link

simplify VFS and other mirror tests #31

Closed chrisd8088 closed 5 years ago

chrisd8088 commented 5 years ago

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.