fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 389
index 7284a8991322f07a32ef6f9eb10e07e592dfe575..e59446f3aebefcc13f268d142e6deeb75f2c32a4 100755 (executable)
@@ -7,23 +7,10 @@
 # Test if O_TMPFILE files inherit POSIX Default ACLs when they are linked into
 # the namespace.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick acl
 
-here=`pwd`
-tmp=/tmp/$$
-status=1       # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
-
-_cleanup()
-{
-       cd /
-       rm -f $tmp.*
-}
-
-# get standard environment, filters and checks
-. ./common/rc
+# Import common functions.
 . ./common/attr
 . ./common/filter
 
@@ -35,9 +22,6 @@ _require_xfs_io_command "-T"
 _require_xfs_io_command "flink"
 _require_acls
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
-
 testdir="${TEST_DIR}/d.$seq"
 testfile="${testdir}/tst-tmpfile-flink"