fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 061
index bab3f05f0bd8c029b9288c766d4fdaf5163fd318..c4998b938611da94f55299b393388014bd35b9ea 100755 (executable)
 # type of extents. These tests are based on generic/255 test case.
 # For the type of tests, check the description of _test_generic_punch
 # in common/rc.
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick prealloc punch insert
 
-here=`pwd`
-tmp=/tmp/$$
-status=1       # failure is the default!
-
-_cleanup()
-{
-    rm -f $tmp.*
-}
-
-trap "_cleanup ; exit \$status" 0 1 2 3 15
-
-# get standard environment, filters and checks
+# Import common functions.
 # we need to include common/punch to get defination fo filter functions
-. ./common/rc
 . ./common/filter
 . ./common/punch