fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 448
index 080676c46c4ccd14ccfaa2d7d8692c0c828aef68..d66967bc60dc0339be5b6c399a465f25dfdb88ec 100755 (executable)
@@ -6,25 +6,19 @@
 #
 # Check what happens when SEEK_HOLE/SEEK_DATA are fed negative offsets.
 #
-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 seek
 
 BASE_TEST_FILE=$TEST_DIR/seek_sanity_testfile_$seq
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
        rm -f $tmp.* $BASE_TEST_FILE
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 _supported_fs generic