fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 130
index 6f6e8512dd18c939fd149080f26bbfebefc8f304..0eb7d9c09221ae44e28668cea63db61b569d302c 100755 (executable)
@@ -7,23 +7,17 @@
 # Create and populate an XFS filesystem, corrupt the refcount btree,
 # then see how the kernel and xfs_repair deal with it.
 #
-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
+. ./common/preamble
+_begin_fstest fuzzers clone
 
+# Override the default cleanup function.
 _cleanup()
 {
     cd /
     #rm -f $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/attr
 . ./common/reflink