fstests: move test group info to test files
[xfstests-dev.git] / tests / xfs / 036
index f7d43b7eca1c997b491921b4241a9c868e03d13f..191345c5a5e3705192c0dcd5b92ffb35284650f9 100755 (executable)
@@ -7,15 +7,10 @@
 # Test xfsdump/restore minrmt to a remote IRIX tape 
 #
 seqfull=$0
-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 dump ioctl remote tape
 
+# Override the default cleanup function.
 _cleanup()
 {
        _cleanup_dump
@@ -23,8 +18,7 @@ _cleanup()
        rm -f $tmp.*
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/dump
 
 # real QA test starts here