fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 415
index 2bad07b3c09af179ef5112cc565334f04d1c96fb..c435e62633af99131bba0fb27f654607944c3c4f 100755 (executable)
@@ -7,28 +7,14 @@
 # test for races between write or fpunch operations on reflinked files
 # to read operations on the target file
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto clone punch
 
-here=`pwd`
-tmp=/tmp/$$
 status=0    # success is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
 
-_cleanup()
-{
-       cd /
-       rm -f $tmp.*
-}
-
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/reflink
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
-
 # real QA test starts here
 _supported_fs generic
 _require_scratch_reflink