fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 131
index a20ebc52c509a4f5c2c1202fc74a86c8d8802242..879e2dc6e8875139ca880c698942019fd486d674 100755 (executable)
@@ -6,15 +6,10 @@
 #
 # Ensure that we can't reflink realtime files.
 #
-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 realtime
 
+# Override the default cleanup function.
 _cleanup()
 {
     cd /
@@ -22,8 +17,7 @@ _cleanup()
     rm -rf $tmp.* $testdir $metadump_file
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/reflink
 
@@ -33,8 +27,6 @@ _require_realtime
 _require_scratch_reflink
 _require_cp_reflink
 
-rm -f $seqres.full
-
 echo "Format and mount scratch device"
 _scratch_mkfs >> $seqres.full
 _scratch_mount