fstests: move test group info to test files
[xfstests-dev.git] / tests / btrfs / 082
index 8faa43ee3e0a279a6297675b99e5b54913898894..888464d33285a576805e2dc8378024dff75edd66 100755 (executable)
 #     btrfs: fix crash in remount(thread_pool=) case
 #     800ee2247f483b6d05ed47ef3bbc90b56451746c
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick remount
 
-here=`pwd`
-tmp=/tmp/$$
-status=1       # failure is the default!
-
-_cleanup()
-{
-    rm -f $tmp.*
-}
-
-trap "_cleanup ; 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