fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 259
index bddf3f5271db54871490896a0d851e3f5317159c..88e2f3eedd8eb9ccd684b7bd396be10c68853995 100755 (executable)
@@ -6,21 +6,16 @@
 #
 # Test fs creation on 4 TB minus few bytes partition
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
-
-status=1       # failure is the default!
+. ./common/preamble
+_begin_fstest auto quick
 
+# Override the default cleanup function.
 _cleanup()
 {
     rm -f "$testfile"
 }
 
-trap "_cleanup ; exit \$status" 0 1 2 3 15
-
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here