fstests: filter redundant output by getfattr
[xfstests-dev.git] / tests / generic / 364
index 6bed9ca2647dca3694256eeeb743741236c07589..b4634a4420513c21693a841628be76ecf972f0ca 100755 (executable)
@@ -23,6 +23,7 @@ _cleanup()
 
 # get standard environment, filters and checks
 . ./common/rc
+. ./common/attr
 
 # remove previous $seqres.full before test
 rm -f $seqres.full
@@ -59,11 +60,11 @@ $GETRICHACL_PROG x
 mkdir sub
 $SETRICHACL_PROG --set 'everyone@:rwpxd:fd:allow' sub
 stat -c %A+ sub
-$GETFATTR_PROG -m system\.richacl sub
+_getfattr -m system\.richacl sub
 
 chmod 775 sub
 stat -c %A+ sub
-$GETFATTR_PROG -m system\.richacl sub
+_getfattr -m system\.richacl sub
 $GETRICHACL_PROG sub
 
 touch sub/f