fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 259
index 1d7e5cb902f027e1f144ebff5a541182ef092a66..46746c9f3617664d7906e0520f3eb2400037a43e 100755 (executable)
@@ -9,23 +9,10 @@
 # This test is dependent on the system page size, so we cannot use md5 in
 # the golden output; we can only compare to a check file.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick clone zero
 
-here=`pwd`
-tmp=/tmp/$$
-status=1    # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
-
-_cleanup()
-{
-    cd /
-    rm -rf $tmp.*
-}
-
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/reflink
 
@@ -34,9 +21,6 @@ _require_scratch_reflink
 _require_cp_reflink
 _require_xfs_io_command "fzero"
 
-rm -f $seqres.full
-
-
 echo "Format and mount"
 _scratch_mkfs > $seqres.full 2>&1
 _scratch_mount >> $seqres.full 2>&1