fstests: move test group info to test files
[xfstests-dev.git] / tests / btrfs / 058
index 96349f5a1f6509d58c63429437c1883deca7307f..493f2c54efac93af298c58b29b7fa75c8a8c858c 100755 (executable)
 #
 #    Btrfs: update commit root on snapshot creation after orphan cleanup
 #
-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 snapshot
 
+# Override the default cleanup function.
 _cleanup()
 {
        if [ ! -z $XFS_IO_PID ]; then
@@ -29,8 +25,7 @@ _cleanup()
        rm -fr $tmp
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here
@@ -38,8 +33,6 @@ _supported_fs btrfs
 _require_scratch
 _require_xfs_io_command "-T"
 
-rm -f $seqres.full
-
 _scratch_mkfs >/dev/null 2>&1
 _scratch_mount