fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 362
index 63e50f0457be4b63ac4f4ae49b416060c8773a11..dcd0a27bfad06608a5d52afe2c99754917438df7 100755 (executable)
@@ -6,26 +6,10 @@
 #
 # RichACL apply-masks test
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
-
-here=`pwd`
-tmp=/tmp/$$
-status=1       # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
-
-_cleanup()
-{
-       cd /
-       rm -f $tmp.*
-}
-
-# get standard environment, filters and checks
-. ./common/rc
-
-# remove previous $seqres.full before test
-rm -f $seqres.full
+. ./common/preamble
+_begin_fstest auto quick richacl
+
+# Import common functions.
 
 # real QA test starts here