fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 180
index 3b2b6f0b6d0237bf387b4ecd6240035c5e749e02..b271ef3e59da4760703940d6976f68eef651c30e 100755 (executable)
@@ -9,23 +9,17 @@
 #   - Perform an unaligned zero-range in the middle of the file.
 #   - 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 zero
 
+# 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
 
@@ -34,8 +28,6 @@ _require_test_reflink
 _require_cp_reflink
 _require_xfs_io_command "fzero"
 
-rm -f $seqres.full
-
 testdir=$TEST_DIR/test-$seq
 rm -rf $testdir
 mkdir $testdir