fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 129
index 513d2fdd146f9b425127d2c9af5bd8d7a92df4f8..df977552953c4a9a99c0ebaaebe843fbd377e7e3 100755 (executable)
@@ -8,15 +8,10 @@
 # of a multi-level refcount btree, and that metadump will successfully copy
 # said block.
 #
-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 /
@@ -24,8 +19,7 @@ _cleanup()
     rm -rf $tmp.* $testdir $metadump_file $TEST_DIR/image
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/reflink
 
@@ -34,8 +28,6 @@ _supported_fs xfs
 _require_loop
 _require_scratch_reflink
 
-rm -f $seqres.full
-
 _scratch_mkfs >/dev/null 2>&1
 _scratch_mount