fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 547
index 4f5eb18be4619bbd42adc040e43bf8c94791a6c4..e8ccab5210e78376bb033160d2997f5267d47ff3 100755 (executable)
@@ -8,13 +8,10 @@
 # then verify that all files and directories exist, with the same data and
 # metadata they had before the power failure.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
-tmp=/tmp/$$
-status=1       # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
+. ./common/preamble
+_begin_fstest auto quick log
 
+# Override the default cleanup function.
 _cleanup()
 {
        _cleanup_flakey
@@ -22,8 +19,7 @@ _cleanup()
        rm -f $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/dmflakey
 
@@ -34,8 +30,6 @@ _require_scratch
 _require_fssum
 _require_dm_target flakey
 
-rm -f $seqres.full
-
 fssum_files_dir=$TEST_DIR/generic-test-$seq
 rm -fr $fssum_files_dir
 mkdir $fssum_files_dir