fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 115
index d9c401b399e2b8e0d22ce226543b2aca7993e130..f0647281284ee12b4cd6f8b7257f766feec722bf 100755 (executable)
@@ -9,28 +9,12 @@
 #
 # At the end of the test, the scratch device will purposely be in a corrupted
 # state, so there is no need for checking that.
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick fuzzers
 
-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
+# Import common functions.
 . ./common/filter
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
-
 # real QA test starts here
 
 # Modify as appropriate.