fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 288
index f6f9f9b5279147089db59b3bfd8d50c9524b8ffa..e3d230e9991a1a1e83e1f2f8b99d5c41fe49fc84 100755 (executable)
@@ -7,29 +7,13 @@
 # When an attribute leaf block count is 0, xfs_repair should junk
 # that leaf directly (as xfsprogs commit f714016).
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick repair fuzzers
 
-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
+# Import common functions.
 . ./common/filter
 . ./common/attr
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
-
 # Modify as appropriate.
 _supported_fs xfs
 _require_scratch