fstests: move test group info to test files
[xfstests-dev.git] / tests / btrfs / 050
index 50c12c555cad3ac6d2a26f2f58736cc43f4ea3f4..ef1b3139112b0487c216e7933516268f3d2d60d8 100755 (executable)
 #
 #   Btrfs: send, fix incorrect ref access when using extrefs
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
-
-tmp=/tmp/$$
-status=1       # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
+. ./common/preamble
+_begin_fstest auto quick send
 
+# Override the default cleanup function.
 _cleanup()
 {
     rm -fr $send_files_dir
     rm -fr $tmp
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here
@@ -41,7 +36,6 @@ _require_fssum
 
 send_files_dir=$TEST_DIR/btrfs-test-$seq
 
-rm -f $seqres.full
 rm -fr $send_files_dir
 mkdir $send_files_dir