fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 079
index 43a6a3a4ee554b92529b40710f341d12799561b7..dd5dbd35cb266aac53f6172f5933e6d09d350e14 100755 (executable)
 # Test that log recovery succeeds with a different log buffer size from when the
 # filesystem crashed.
 #
-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 shutdown auto log quick
 
+# Override the default cleanup function.
 _cleanup()
 {
        cd /
@@ -31,10 +26,7 @@ _cleanup()
        wait > /dev/null 2>&1
 }
 
-rm -f $seqres.full
-
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/log
 
 # real QA test starts here