fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 277
index cdbf16db6dbb72fe097b6a92db4342b5c9166fe8..03208ef233ec95326810354dd8c6991b14ff68ad 100755 (executable)
@@ -6,23 +6,17 @@
 #
 # Check that getfsmap reports internal log devices
 #
-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
+. ./common/preamble
+_begin_fstest auto quick rmap fsmap
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
        rm -rf "$tmp".* $TEST_DIR/fsmap $TEST_DIR/testout
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 
 # real QA test starts here