fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 183
index 225d1a2169489dc294bd856c12329a4e5e1e5c9b..77bfcfcbd9045598261a5e7b2900c6f991e9643e 100755 (executable)
 #   - directio CoW across the halfway mark.
 #   - Check that the files are now different where we say they're different.
 #
-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
 
+# Override the default cleanup function.
 _cleanup()
 {
     cd /
     rm -rf $tmp.* $testdir
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/reflink
 
@@ -36,8 +30,6 @@ _cleanup()
 _require_scratch_reflink
 _require_odirect
 
-rm -f $seqres.full
-
 echo "Format and mount"
 _scratch_mkfs > $seqres.full 2>&1
 _scratch_mount >> $seqres.full 2>&1