fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 088
index ad99bd7e24b41cb1aeee34b69982a46ed3f3c5a8..1c17b82f399b8e48142a35ad25321f0c71d5f0d4 100755 (executable)
@@ -8,17 +8,10 @@
 # xfs_iaccess(ip,mode,cr)
 #
 seqfull=$0
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest perms auto quick
 
-here=`pwd`
-tmp=/tmp/$$
-status=1       # failure is the default!
-trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
-
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 _filter()