fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 346
index 6571d636590299961ce6361f95853c20a622b803..009db54f17e2689c4a7907465349da50a3242085 100755 (executable)
@@ -6,31 +6,16 @@
 #
 # Test races between mmap and normal writes from racing threads
 #
-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
-
-_cleanup()
-{
-       cd /
-       rm -f $tmp.*
-}
+. ./common/preamble
+_begin_fstest auto quick rw
 
 # get standard environment and checks
-. ./common/rc
 
 # real QA test starts here
 _supported_fs generic
 _require_scratch
 _require_test_program "holetest"
 
-rm -f $seqres.full
-
 _scratch_mkfs >>$seqres.full 2>&1
 _scratch_mount