fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 186
index ec75c05b108fc123a42bb53d517e9d29c0b81888..37d88440d962917929e8ca3299d2c1351ab097e7 100755 (executable)
 #   - CoW across the halfway mark.
 #   - 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"
-
-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 punch
 
+# 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
 
@@ -41,8 +35,6 @@ _require_xfs_io_command "falloc"
 _require_xfs_io_command "fpunch"
 test $FSTYP = "btrfs" && _notrun "Can't fragment free space on btrfs."
 
-rm -f $seqres.full
-
 _fragment_freesp()
 {
        file=$1