From: Filipe Manana Date: Sun, 1 Nov 2015 23:56:08 +0000 (+1100) Subject: btrfs/112: add missing _require_xfs_io_command for falloc X-Git-Tag: v2022.05.01~2768 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=64bd48f676ce673521cb408cb610dcc230a36d92 btrfs/112: add missing _require_xfs_io_command for falloc I forgot to add the requirement for the xfs_io command "falloc", which the test makes use of. Also fixed a weird indentation (mix of spaces and tabs) for one line of a comment. Signed-off-by: Filipe Manana Reviewed-by: Eryu Guan Signed-off-by: Dave Chinner --- diff --git a/tests/btrfs/112 b/tests/btrfs/112 index f4fad493..45f68fc0 100755 --- a/tests/btrfs/112 +++ b/tests/btrfs/112 @@ -49,6 +49,7 @@ _require_scratch _require_cloner _require_btrfs_fs_feature "no_holes" _require_btrfs_mkfs_feature "no-holes" +_require_xfs_io_command "falloc" rm -f $seqres.full @@ -61,7 +62,7 @@ test_cloning_inline_extents() _scratch_mount $mount_opts # File bar, the source for all the following clone operations, consists - # of a # single inline extent (50 bytes). + # of a single inline extent (50 bytes). $XFS_IO_PROG -f -c "pwrite -S 0xbb 0 50" $SCRATCH_MNT/bar \ | _filter_xfs_io