d6f4e1a897
The tests create a 1GB test file and this causes the tests to fail in the CheriBSD CI setup where we run tests with a tmpfs mount on /tmp. Tmpfs does not support sparse files and it appears that tmpfs default to creating a 1GB mount, so there is not enough space to run these tests. Instead of checking for at least 1GB of free space, this commit skips the tests on file systems that do not support sparse files. Reviewed By: kevans Differential Revision: https://reviews.freebsd.org/D28463 |
||
---|---|---|
.. | ||
tests | ||
bectl_jail.c | ||
bectl_list.c | ||
bectl.8 | ||
bectl.c | ||
bectl.h | ||
Makefile | ||
Makefile.depend |