fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 258
index b064e5631e899bd3cc2671d5ccd08b9b960dabb2..25e8eb605d72068d375171063604787d59b64b66 100755 (executable)
 #     regular extent.
 #   - Check that the files are now different where we say they're different.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick clone
 
-here=`pwd`
-tmp=/tmp/$$
-status=1    # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
-
-_cleanup()
-{
-    cd /
-    rm -rf $tmp.*
-}
-
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/reflink
 
@@ -42,8 +29,6 @@ _require_xfs_io_command "falloc"
 _require_xfs_io_command "cowextsize"
 _require_odirect
 
-rm -f $seqres.full
-
 echo "Format and mount"
 _scratch_mkfs > $seqres.full 2>&1
 _scratch_mount >> $seqres.full 2>&1