fstests: move test group info to test files
[xfstests-dev.git] / tests / btrfs / 030
index bb10a5d1da5e5ee601c544db315011041ab13d6b..bce5ba1e73db1672558bf0ed174c7274322b5546 100755 (executable)
 # used while building path strings until a krealloc was unable to allocate
 # more memory, which caused a warning dump in dmesg.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick send
 
 tmp=`mktemp -d`
-status=1       # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
 
+# Override the default cleanup function.
 _cleanup()
 {
     rm -fr $tmp
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here
@@ -39,12 +36,9 @@ _supported_fs btrfs
 _require_scratch
 _require_fssum
 
-rm -f $seqres.full
-
 _scratch_mkfs >/dev/null 2>&1
 _scratch_mount
 
-
 mkdir -p $SCRATCH_MNT/a/b/c
 echo "hello" > $SCRATCH_MNT/a/b/c/file.txt
 mkdir $SCRATCH_MNT/a/b/c/d