freebsd-dev/sbin/bectl
Alex Richardson d6f4e1a897 sbin/bectl: Skip tests if sparse files are not supported
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
2021-02-03 09:31:32 +00:00
..
tests sbin/bectl: Skip tests if sparse files are not supported 2021-02-03 09:31:32 +00:00
bectl_jail.c bectl: simplify the tail end of the jail cmd 2020-12-06 15:58:50 +00:00
bectl_list.c loader: zfs should support bootonce an nextboot 2020-09-21 09:01:10 +00:00
bectl.8 bectl(8): sync man page and help text 2021-01-06 10:38:25 -09:00
bectl.c bectl: remove spurious aok variable 2021-01-16 00:07:50 -06:00
bectl.h bectl(8): Split list functionality out into its own file as well 2018-08-06 03:41:52 +00:00
Makefile pkgbase: Move bectl to the runtime package 2021-01-04 16:17:12 +01:00
Makefile.depend Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00