fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 183
index a3632ced90626591c2b91daa8d398d137bf7b69f..5b092acc33aa5501c49b8ffb7075bc4d5237794b 100755 (executable)
@@ -7,23 +7,10 @@
 # Test to check bulkstat returns unlinked-but-referenced inodes
 # (PVs: 972128, 972004)
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest rw other auto quick
 
-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
 
 # real QA test starts here