fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 136
index 383ae0462e1aef447bb9856bcf961946d5cbba58..98ebb0da2d82abc227fdd9a4b3db084bae556f3d 100755 (executable)
 #   - Check that files 1-2 match, and that 3-4 match.
 #   - Check that the ends of 1-2 and 3-4 match, and that 1-3 don't match.
 #
-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 dedupe
 
+# 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
 
 # real QA test starts here
 _require_test_dedupe
 
-rm -f $seqres.full
-
 testdir=$TEST_DIR/test-$seq
 rm -rf $testdir
 mkdir $testdir