This release fixes FileHandle copying data from the sync handle. It now uses getters and setters to keep values in sync, and shares its position. This fixes #239 and includes a new test to prevent a regression.
Also, the --test/-t option of zenfs-test is now wrapped correctly, which enables suite files to be skipped by passing a negated glob. For example, zenfs-test ... -t '!(scaling)' is now used to skip the scaling tests for the port backend in CI.
Finally, the --skip/-s testing option is now documented in zenfs-test --help.