fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 304
index bc67a934ef244a266b5ca49c1dff8d79956846d3..2261f214187ba67a654998be50356e06e6233ab0 100755 (executable)
@@ -6,23 +6,17 @@
 #
 # Check that high-offset dedupes work.
 #
-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 dedupe
 
+# Override the default cleanup function.
 _cleanup()
 {
     cd /
     rm -rf $tmp.* $testdir
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/attr
 . ./common/reflink
@@ -31,8 +25,6 @@ _cleanup()
 _require_test_dedupe
 _require_cp_reflink
 
-rm -f $seqres.full
-
 echo "Format and mount"
 testdir=$TEST_DIR/test-$seq
 mkdir $testdir