fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 148
index e145700f4e9d145f91a7bae5f78861f937657903..1b321821cee3cc6155afe048f5154b295c9c229a 100755 (executable)
 #   - Lengthen the other clone with truncate
 #   - Check that the reflinked areas are still there.
 #
-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
 
+# 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
 
@@ -36,8 +30,6 @@ _require_test_reflink
 _require_cp_reflink
 _require_xfs_io_command "truncate"
 
-rm -f $seqres.full
-
 testdir=$TEST_DIR/test-$seq
 rm -rf $testdir
 mkdir $testdir