fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 220
index 55d5b51849e4239394ac013ac8c4cca546ba070f..8d955225b9195f50582f8d46077fdac9f9dc4be4 100755 (executable)
@@ -9,23 +9,17 @@
 # Based on bug reports from Utako Kusaka <u-kusaka@wm.jp.nec.com> and
 # Ryota Yamauchi <r-yamauchi@vf.jp.nec.com>.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
-
-here=`pwd`
-tmp=/tmp/$$
-status=1       # failure is the default!
+. ./common/preamble
+_begin_fstest auto quota quick
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
        _scratch_unmount >/dev/null 2>&1
 }
-trap "_cleanup; exit \$status" 0 1 2 3 15
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/quota