On Thu, Mar 17, 2022 at 06:08:42PM +0800, bxue@xxxxxxxxxx wrote: > From: Boyang Xue <bxue@xxxxxxxxxx> > Er... what does this patch do, and why? --D > Signed-off-by: Boyang Xue <bxue@xxxxxxxxxx> > --- > tests/generic/513 | 2 ++ > tests/generic/675 | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/tests/generic/513 b/tests/generic/513 > index dc082787..6e897fa0 100755 > --- a/tests/generic/513 > +++ b/tests/generic/513 > @@ -12,10 +12,12 @@ _begin_fstest auto quick clone > # Import common functions. > . ./common/filter > . ./common/reflink > +. ./common/attr > > # real QA test starts here > _supported_fs generic > _require_scratch_reflink > +_require_attrs security > _require_command "$GETCAP_PROG" getcap > _require_command "$SETCAP_PROG" setcap > > diff --git a/tests/generic/675 b/tests/generic/675 > index 23b7e545..311860dc 100755 > --- a/tests/generic/675 > +++ b/tests/generic/675 > @@ -12,12 +12,14 @@ _begin_fstest auto clone quick > # Import common functions. > . ./common/filter > . ./common/reflink > +. ./common/attr > > # real QA test starts here > > # Modify as appropriate. > _supported_fs generic > _require_user > +_require_attrs security > _require_command "$GETCAP_PROG" getcap > _require_command "$SETCAP_PROG" setcap > _require_scratch_reflink > -- > 2.27.0 >