fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 453
index d997736ca73c65572fcd2c33438197f04d58832c..55ddcc01b78a19b7958adda2d1d6f7a9dd6ae938 100755 (executable)
@@ -9,22 +9,10 @@
 # Linux filesystems should allow this (filenames are a sequence of
 # arbitrary bytes) even if the user implications are horrifying.
 #
-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()
-{
-       rm -f $tmp.*
-}
+. ./common/preamble
+_begin_fstest auto quick dir
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 
 _require_scratch