fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 125
index c9ee2cf3762ce9d4a5377357f92fc5e11bf81127..fb5f569509bda1033f6a0d71c548aec53ee6d574 100755 (executable)
@@ -7,23 +7,17 @@
 # Create and populate an XFS filesystem, corrupt a leaf xattr's index extent,
 # 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
 
+# 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/populate
@@ -38,8 +32,6 @@ _require_populate_commands
 _require_xfs_db_blocktrash_z_command
 test -z "${FUZZ_ARGS}" && FUZZ_ARGS="-n 8 -3"
 
-rm -f $seqres.full
-
 echo "+ create scratch fs"
 _scratch_mkfs_xfs > /dev/null