Message ID | 1444771499-2151-1-git-send-email-fdmanana@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Oct 13, 2015 at 10:24:59PM +0100, fdmanana@kernel.org wrote: > From: Filipe Manana <fdmanana@suse.com> > > 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 <fdmanana@suse.com> Reviewed-by: Eryu Guan <eguan@redhat.com> -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/tests/btrfs/112 b/tests/btrfs/112 index f4fad49..45f68fc 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