fstests: move test group info to test files
[xfstests-dev.git] / tests / btrfs / 053
index 2bb0ea821214676c80f9023887a035ce1e3c06f7..fbd2e7d992cd78d93b20500efca34928e137cb7d 100755 (executable)
 #
 #   Btrfs: send, use the right limits for xattr names and values
 #
-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
 . ./common/attr
 
@@ -46,7 +41,6 @@ leaf_size=$(echo -e "16384\n`getconf PAGE_SIZE`" | sort -nr | head -1)
 
 send_files_dir=$TEST_DIR/btrfs-test-$seq
 
-rm -f $seqres.full
 rm -fr $send_files_dir
 mkdir $send_files_dir