fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 545
index 8bf572dd15b2ed5082a545ba1eecac39cbc24357..6f6dcd2628c523ce128e489033ed57256291126b 100755 (executable)
@@ -7,15 +7,10 @@
 # Check that we can't set the FS_APPEND_FL and FS_IMMUTABLE_FL inode
 # flags without capbility CAP_LINUX_IMMUTABLE
 #
-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 cap
 
+# Override the default cleanup function.
 _cleanup()
 {
        # Cleanup of flags on both file in case test is aborted
@@ -27,8 +22,7 @@ _cleanup()
        rm -rf $tmp.* $workdir
 }
 
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/filter
 . ./common/attr