xfstests: add _require_attrs
[xfstests-dev.git] / 062
diff --git a/062 b/062
index 2bae6a3da11600a2927015fc151bfe474b989eb3..b29512b0d22ec32cb20994053c0c32d40dc17477 100755 (executable)
--- a/062
+++ b/062
@@ -35,6 +35,7 @@ status=1      # failure is the default!
 # get standard environment, filters and checks
 . ./common.rc
 . ./common.filter
+. ./common.attr
 
 _cleanup()
 {
@@ -120,6 +121,8 @@ _supported_fs xfs udf nfs
 _supported_os Linux
 
 _require_scratch
+_require_attrs
+
 rm -f $tmp.backup1 $tmp.backup2 $seq.full
 
 # real QA test starts here