fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 137
index 6a480fcc98a43fcd04a3f2aecc46ca81b8bc3132..fb0071b10605882c4ad460b9e3537a0890430206 100755 (executable)
 #   - Check that we successfully avoid deduping with holes, unwritten
 #     extents, and non-matches; but actually dedupe real matches.
 #
-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 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/reflink
 
@@ -37,8 +31,6 @@ _require_test_reflink
 _require_test_dedupe
 _require_xfs_io_command "falloc"
 
-rm -f $seqres.full
-
 testdir=$TEST_DIR/test-$seq
 rm -rf $testdir
 mkdir $testdir