Releases: poolsideai/fuss
Releases · poolsideai/fuss
v0.0.7
https://github.com/pjd/pjdfstest now has an "as good as it gets" pass rate.
By "as good as it gets I mean excluding tests for ENAMETOOLONG, because fuss is inherently incompatible with max paths from the underlying file system. Syscall interception depends on rewriting paths for layers, so we always end up adding an absolute prefix for MAX_PATH-1 relative paths, ergo failure.
All the other tests pass though!
Tested with
cd /tmp
git clone https://github.com/pjd/pjdfstest
cd pjdfstest
autoreconf -ifs
./configure
make pjdfstest
mkdir /tmp/{upper,lower,empty}
cd /tmp/empty
sudo # the command below runs as superuser
fuss --lowerdir /tmp/lower --upperdir /tmp/upper --mountpoint /tmp/empty -- \
prove -rv /tmp/pjdfstest/tests/