mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/422: check fallocate KEEP_SIZE flag correctly
This fixes a merge error in last update, "-k" should be passed to _require_xfs_io_command() as a separate parameter. Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ _supported_fs generic
|
||||
_supported_os Linux
|
||||
_require_test
|
||||
_require_scratch
|
||||
_require_xfs_io_command "falloc -k"
|
||||
_require_xfs_io_command "falloc" "-k"
|
||||
_require_odirect
|
||||
|
||||
rm -f $seqres.full
|
||||
|
||||
Reference in New Issue
Block a user