fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 284
index cc9d723ad648a9e2b8d364304f877d390c76573c..9d75bceca5e486b2eaa5cf40201a2327eca60ef2 100755 (executable)
@@ -7,15 +7,10 @@
 # Do xfs_metadump, xfs_mdrestore, xfs_copy, xfs_db, xfs_repair and mkfs.xfs
 # on mounted XFS to make sure they refuse to proceed.
 #
-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 dump copy db mkfs repair
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
@@ -24,13 +19,9 @@ _cleanup()
        rm -f $COPY_FILE 2>/dev/null
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
-
 # real QA test starts here
 _supported_fs xfs
 _require_xfs_copy