fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 445
index 6c01d824860fdf940656512af09654009e396303..05d1c5b344da3de731a283205e590742f188bbcf 100755 (executable)
@@ -6,24 +6,20 @@
 #
 # Another SEEK_DATA/SEEK_HOLE sanity test.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick rw seek prealloc
 
-here=`pwd`
 tmp=$$
-status=1       # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
 
 BASE_TEST_FILE=$TEST_DIR/seek_sanity_testfile
 
+# Override the default cleanup function.
 _cleanup()
 {
        rm -f $tmp.* $BASE_TEST_FILE.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 _supported_fs generic