fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 264
index db0bedabd884b545e595081abbd888c3bbe865a8..191f57d58b6715f9448b1897de3e582908c48486 100755 (executable)
@@ -7,15 +7,10 @@
 # Test XFS EIO error handling configuration. Stop XFS from retrying
 # to writeback forever when hit EIO.
 #
-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 mount eio
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
@@ -23,14 +18,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 xfs
 _require_scratch