fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 614
index 80edf9cd4f6e0193283a57df45e59583239173fa..06630f2249c74bd32b7897159191b5ee51bd5a7f 100755 (executable)
@@ -7,29 +7,16 @@
 # Test that after doing a memory mapped write to an empty file, a call to
 # stat(2) reports a non-zero number of used blocks.
 #
-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 rw
 
-_cleanup()
-{
-       cd /
-       rm -f $tmp.*
-}
-
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here
 _supported_fs generic
 _require_scratch
 
-rm -f $seqres.full
-
 _scratch_mkfs >>$seqres.full 2>&1
 _scratch_mount