]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
fstests: add missing require of xfs_io fiemap command to some tests
authorFilipe Manana <fdmanana@suse.com>
Fri, 7 Oct 2022 13:53:35 +0000 (14:53 +0100)
committerZorro Lang <zlang@kernel.org>
Sat, 15 Oct 2022 04:39:34 +0000 (12:39 +0800)
commitc21c99b4d30ed3731d0b5572891cedd27da13606
tree3b990f279c46b1dfe400c69025184c6c1eaa57b2
parent3b5cb74c03312b5ac3349a0759c8d32bb9d0dada
fstests: add missing require of xfs_io fiemap command to some tests

btrfs/257, btrfs/258, btrfs/259 and xfs/443 use the fiemap command of
xfs_io but don't do a '_require_xfs_io_command "fiemap"'. So add the
missing requirement.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/257
tests/btrfs/258
tests/btrfs/259
tests/xfs/443