fstests: move test group info to test files
[xfstests-dev.git] / tests / btrfs / 185
index 86af056322ba3e112b7d734975cbabd31a0cbd51..7850f1bc6668ad820702e6e80a813a0b86f2dd4c 100755 (executable)
@@ -8,16 +8,11 @@
 #  Could be fixed by
 #  a9261d4125c9 ("btrfs: harden agaist duplicate fsid on scanned devices")
 #
-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 volume
 
 mnt=$TEST_DIR/$seq.mnt
+# Override the default cleanup function.
 _cleanup()
 {
        rm -rf $mnt > /dev/null 2>&1
@@ -25,13 +20,9 @@ _cleanup()
        rm -f $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
-
 # real QA test starts here
 _supported_fs btrfs
 _require_scratch_dev_pool 2