fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 114
index 16cdc98c9f34df3f88caa4b6867f800c93752c2f..a5ad4fab985e9f08477d8cd3041f491ea5b6a256 100755 (executable)
@@ -6,23 +6,17 @@
 #
 # Test races while extending past EOF via sub-block AIO writes
 #
-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 rw aio auto quick
 
+# Override the default cleanup function.
 _cleanup()
 {
     cd /
     rm -f $TEST_DIR/tst-aio-dio-eof-race
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 _supported_fs generic