fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 283
index cb473ab501be0ae1dc5c8482f038088407945f1b..47fd4c3aadf69022986a60e89c86043f638bbd9c 100755 (executable)
@@ -8,15 +8,10 @@
 # level 0 - current format
 # level 1 - format 2
 #
-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 dump ioctl auto quick
 
+# Override the default cleanup function.
 _cleanup()
 {
        _cleanup_dump
@@ -24,8 +19,7 @@ _cleanup()
        rm -f $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/dump
 
 # real QA test starts here