On Thu, Sep 16, 2021 at 2:42 AM Darrick J. Wong <djwong@xxxxxxxxxx> wrote: > > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > "clone" is the group for tests that exercise FICLONERANGE, so move these > tests. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > Reviewed-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Amir Goldstein <amir73il@xxxxxxxxx> > --- > tests/xfs/519 | 2 +- > tests/xfs/520 | 2 +- > tests/xfs/535 | 2 +- > tests/xfs/536 | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > > > diff --git a/tests/xfs/519 b/tests/xfs/519 > index 675ec07e..49c62b56 100755 > --- a/tests/xfs/519 > +++ b/tests/xfs/519 > @@ -9,7 +9,7 @@ > # flushing the log and then remounting to check file contents. > > . ./common/preamble > -_begin_fstest auto quick reflink > +_begin_fstest auto quick clone > > # Import common functions. > . ./common/filter > diff --git a/tests/xfs/520 b/tests/xfs/520 > index 8410f2ba..2fceb07c 100755 > --- a/tests/xfs/520 > +++ b/tests/xfs/520 > @@ -12,7 +12,7 @@ > # is included in the current kernel. > # > . ./common/preamble > -_begin_fstest auto quick reflink > +_begin_fstest auto quick clone > > # Override the default cleanup function. > _cleanup() > diff --git a/tests/xfs/535 b/tests/xfs/535 > index 4c883675..1a5da61b 100755 > --- a/tests/xfs/535 > +++ b/tests/xfs/535 > @@ -7,7 +7,7 @@ > # Verify that XFS does not cause inode fork's extent count to overflow when > # writing to a shared extent. > . ./common/preamble > -_begin_fstest auto quick reflink > +_begin_fstest auto quick clone > > # Import common functions. > . ./common/filter > diff --git a/tests/xfs/536 b/tests/xfs/536 > index e5f904f5..64fa4fbf 100755 > --- a/tests/xfs/536 > +++ b/tests/xfs/536 > @@ -7,7 +7,7 @@ > # Verify that XFS does not cause inode fork's extent count to overflow when > # remapping extents from one file's inode fork to another. > . ./common/preamble > -_begin_fstest auto quick reflink > +_begin_fstest auto quick clone > > # Import common functions. > . ./common/filter >