fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 534
index 40e2415dff561b39d64426d803cd12eb0a6f16f7..1e569419efb27c89c0464319e53f06be7d73423a 100755 (executable)
@@ -7,13 +7,10 @@
 # Test that if we truncate a file to reduce its size, rename it and then fsync
 # it, after a power failure the file has a correct size and name.
 #
-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
@@ -21,8 +18,7 @@ _cleanup()
        rm -f $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/dmflakey
 
@@ -31,8 +27,6 @@ _supported_fs generic
 _require_scratch
 _require_dm_target flakey
 
-rm -f $seqres.full
-
 _scratch_mkfs >>$seqres.full 2>&1
 _require_metadata_journaling $SCRATCH_DEV
 _init_flakey