mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
In xfstest 285/286 we don't check whether the target file system
supports seek data/hole operation or not. Here _require_seek_data_hole is defined to do this work. Signed-off-by: Zheng Liu <wenqing.lz@taobao.com> Reviewed-by: Rich Johnston <rjohnston@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
@@ -40,6 +40,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||
_supported_fs generic
|
||||
_supported_os Linux
|
||||
|
||||
_require_seek_data_hole
|
||||
|
||||
BASE_TEST_FILE=$TEST_DIR/seek_sanity_testfile
|
||||
|
||||
[ -x $here/src/seek_sanity_test ] || _notrun "seek_sanitfy_tester not built"
|
||||
|
||||
Reference in New Issue
Block a user