On Tue, Sep 27, 2022 at 09:24:02PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > This test both requires cp --reflink and the scratch filesystem to > support reflink. Add the missing _requires calls. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > --- > tests/xfs/114 | 2 ++ > 1 file changed, 2 insertions(+) > > > diff --git a/tests/xfs/114 b/tests/xfs/114 > index 3aec814a5d..858dc3998e 100755 > --- a/tests/xfs/114 > +++ b/tests/xfs/114 > @@ -18,6 +18,8 @@ _begin_fstest auto quick clone rmap collapse insert > # real QA test starts here > _supported_fs xfs > _require_test_program "punch-alternating" > +_require_cp_reflink > +_require_scratch_reflink Good to me, Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > _require_xfs_scratch_rmapbt > _require_xfs_io_command "falloc" > _require_xfs_io_command "fcollapse" >