Message ID | 160013418077.2923511.4423324916550074038.stgit@magnolia (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | fstests: tons of random fixes | expand |
On Mon, Sep 14, 2020 at 06:43:00PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@oracle.com> > > This test requires fallocate, so make sure that actually works before > running it. > > Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> > --- > tests/xfs/331 | 1 + > 1 file changed, 1 insertion(+) > > > diff --git a/tests/xfs/331 b/tests/xfs/331 > index b26ea155..501dd1f8 100755 > --- a/tests/xfs/331 > +++ b/tests/xfs/331 > @@ -32,6 +32,7 @@ _supported_fs xfs > _require_scratch > _require_xfs_scratch_rmapbt > _require_scratch_reflink > +_require_xfs_io_command "falloc" Good to me. Reviewed-by: Zorro Lang <zlang@redhat.com> > _require_test_program "punch-alternating" > > rm -f "$seqres.full" >
On Mon, Sep 14, 2020 at 06:43:00PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@oracle.com> > > This test requires fallocate, so make sure that actually works before > running it. > > Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>
diff --git a/tests/xfs/331 b/tests/xfs/331 index b26ea155..501dd1f8 100755 --- a/tests/xfs/331 +++ b/tests/xfs/331 @@ -32,6 +32,7 @@ _supported_fs xfs _require_scratch _require_xfs_scratch_rmapbt _require_scratch_reflink +_require_xfs_io_command "falloc" _require_test_program "punch-alternating" rm -f "$seqres.full"