fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 288
index 39f751315a94de1a6451a40422297f0e99680d5a..41eeb216f4a459ecb3d6e43c12dcd637cf3ca9af 100755 (executable)
@@ -7,15 +7,12 @@
 # This check the FITRIM argument handling in the corner case where length is
 # smaller than block size or zero.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick ioctl trim
 
 status=0
-trap "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