fstests: move test group info to test files
[xfstests-dev.git] / tests / overlay / 056
index b3acd8b6508abf81b1a8f3ea9b377ed8adf77406..0516acbb8ad8f5a2f41401dd7300c70b88bdd84f 100755 (executable)
@@ -6,29 +6,13 @@
 #
 # Test fsck.overlay how to deal with impure xattr in overlayfs.
 #
-seq=`basename $0`
-seqres=$RESULT_DIR/$seq
-echo "QA output created by $seq"
+. ./common/preamble
+_begin_fstest auto quick fsck
 
-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/filter
 . ./common/attr
 
-# remove previous $seqres.full before test
-rm -f $seqres.full
-
 # real QA test starts here
 _supported_fs overlay
 _require_scratch_nocheck