fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 279
index 0f1de67b26e28d1ce52f52a70cbb356a3e8a33b3..6d1ab0f225494f04daf643a9e7478738391a71b6 100755 (executable)
@@ -6,15 +6,10 @@
 #
 # Test mmap CoW behavior when the write temporarily fails.
 #
-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 clone eio
 
+# Override the default cleanup function.
 _cleanup()
 {
     cd /
@@ -22,8 +17,7 @@ _cleanup()
     _dmerror_cleanup
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/reflink
 . ./common/dmerror
@@ -33,9 +27,6 @@ _require_scratch_reflink
 _require_cp_reflink
 _require_dm_target error
 
-rm -f $seqres.full
-
-
 echo "Format and mount"
 _scratch_mkfs > $seqres.full 2>&1
 _dmerror_init