fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 320
index 58bb5340081d4538d6b563f44b0bafa6c9e234e9..f65f3ad1943da8e8216458f4dca986fb2cfe6d0d 100755 (executable)
@@ -7,15 +7,10 @@
 # Reflink a file.
 # Inject an error during block remap to test log recovery.
 #
-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 auto quick clone
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
@@ -23,8 +18,7 @@ _cleanup()
        rm -rf $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/reflink
 . ./common/inject
@@ -35,8 +29,6 @@ _require_cp_reflink
 _require_scratch_reflink
 _require_xfs_io_error_injection "bmap_finish_one"
 
-rm -f $seqres.full
-
 blksz=65536
 blks=64
 sz=$((blksz * blks - 17))