fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 150
index a0bad47520d01714c813781602eee032b3bf190d..bd0241b961f72bb3beccf36c5615d6bd1f2919c7 100755 (executable)
@@ -8,23 +8,10 @@
 # This means that it can navigate to random inodes, fails on paths that don't
 # resolve.
 #
-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 db
+
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here