fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 267
index 8e831ea67dde2ef7f3b69ec74f8e62a3e275a169..5a03957d4643ca9540c1f43bb22c9d7efe255794 100755 (executable)
@@ -6,15 +6,10 @@
 #
 # Test CoW behavior when the write temporarily fails and we unmount.
 #
-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