fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 338
index cfffae3728e3171afc93d6fce799f14f75acee2c..a75577f22878355ae689259fa571576c3e2f6166 100755 (executable)
@@ -9,15 +9,10 @@
 # Motivated by an ext4 bug that crashes kernel on error path when trying to
 # update atime.
 #
-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 rw eio
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
@@ -25,14 +20,10 @@ _cleanup()
        _dmerror_cleanup
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/dmerror
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
-
 # real QA test starts here
 _supported_fs generic
 _require_scratch_nocheck # fs went down with a dirty log, don't check it