fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 129
index 20bef7d8b9f58507743accb82bbaf9e9c7dd6433..3d3a42a2e0b9bdab5cdd9a37cfa7c17cfec5e867 100755 (executable)
@@ -6,17 +6,10 @@
 #
 # looptests created from CXFSQA test looptest
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest rw auto quick
 
-here=`pwd`
-tmp=/tmp/$$
-status=1       # failure is the default!
-trap "exit \$status" 0 1 2 3 15
-
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 echo_and_run()