fstests: move test group info to test files
[xfstests-dev.git] / tests / btrfs / 230
index 82b28ac152c77a574a0b4974c463010de84f1aa6..2daacfbeebb63d769f56cfc3f7b20bb92cca80eb 100755 (executable)
@@ -7,27 +7,11 @@
 # Test if btrfs qgroup would crash if we're modifying the fs
 # after exceeding the limit
 #
-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/filter
+. ./common/preamble
+_begin_fstest auto quick qgroup limit
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
+# Import common functions.
+. ./common/filter
 
 # real QA test starts here