fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 249
index c39a757f9faa4c5c0e2a8bd1e2a87b3fd0722e09..61fcaf90ed6b40804c584379241cd4ebde1f4d05 100755 (executable)
@@ -6,15 +6,10 @@
 #
 # simple splice(2) test.
 #
-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
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
@@ -22,8 +17,7 @@ _cleanup()
        rm -f $SRC $DST
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here
@@ -34,7 +28,6 @@ echo "Feel the serenity."
 
 SRC=$TEST_DIR/$seq.src
 DST=$TEST_DIR/$seq.dst
-rm -f $seqres.full
 
 $XFS_IO_PROG -f -c "pwrite -S 0xa5a55a5a 0 32768k" -c fsync $SRC >> $seqres.full 2>&1
 [ $? -ne 0 ] && _fail "xfs_io pwrite failed"