fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 169
index c8963f175c666d230bc740d2905f898b53ed4eb6..ea4c4d0968c4b9c2048ea380d922468c43917d64 100755 (executable)
@@ -6,21 +6,8 @@
 #
 # Test for file size consistency with append followed by umount/mount
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
-
-here=`pwd`
-tmp=/tmp/$$
-rm -f $seqres.full
-status=1    # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
-
-_cleanup()
-{
-       cd /
-       rm -f $tmp.*
-}
+. ./common/preamble
+_begin_fstest rw metadata auto quick
 
 _show_wrote_and_stat_only()
 {
@@ -31,8 +18,7 @@ _show_wrote_and_stat_only()
        '
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here