fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 123
index ced453bd5f1803083f5b1f630eab5e448d50be4e..81f39b96068c4f76066f02c82717688b21349756 100755 (executable)
@@ -7,23 +7,17 @@
 # Create and populate an XFS filesystem, corrupt a long symlink, 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