fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 612
index 3588ef4249ae1e5cbfb7430cf1262869d8723461..dd17944d1ea9c9cc3de61ff886912365573165f8 100755 (executable)
 # upstream, and in the 5.4 stable tree with:
 # aee38af574a1 "xfs: trim IO to found COW extent limit"
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick clone
 
-here=`pwd`
-tmp=/tmp/$$
-status=1       # failure 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/filter
 . ./common/reflink
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
-
 # real QA test starts here
 
 # Modify as appropriate.