fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 293
index 7f45791d3cb525ffe93bb49bae2cc9da68a41dc0..fbd26b63f5dd5886e7c5a2c85f0aeb3a75520c0f 100755 (executable)
@@ -6,23 +6,10 @@
 #
 # Ensure all xfs_io commands are documented
 #
-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
-
-_cleanup()
-{
-    cd /
-    rm -f $tmp.*
-}
-
-# get standard environment, filters and checks
-. ./common/rc
+. ./common/preamble
+_begin_fstest auto quick
+
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here