From: Zorro Lang Date: Thu, 26 May 2022 01:23:17 +0000 (+0800) Subject: tests: remove redundant common/$FSTYP importing X-Git-Tag: v2022.05.29~11 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7eb01db2b7767a514771990ef7801a6cc4e513fa;p=users%2Fhch%2Fxfstests-dev.git tests: remove redundant common/$FSTYP importing As fstests intensively source specific common/$FSTYP files in common/rc, at the beginning of ./check running. Each single case doesn't need to import that again. Signed-off-by: Zorro Lang Reviewed-by: Amir Goldstein Reviewed-by: Dave Chinner --- diff --git a/tests/btrfs/177 b/tests/btrfs/177 index 2fd11e89c..7b004b83c 100755 --- a/tests/btrfs/177 +++ b/tests/btrfs/177 @@ -10,7 +10,6 @@ _begin_fstest auto quick swap balance . ./common/filter -. ./common/btrfs # Modify as appropriate. _supported_fs btrfs diff --git a/tests/btrfs/258 b/tests/btrfs/258 index 158eaf79a..da073333f 100755 --- a/tests/btrfs/258 +++ b/tests/btrfs/258 @@ -10,7 +10,6 @@ . ./common/preamble _begin_fstest auto defrag quick -. ./common/btrfs . ./common/filter # real QA test starts here diff --git a/tests/btrfs/259 b/tests/btrfs/259 index e7bd8ddd7..92d0b9a65 100755 --- a/tests/btrfs/259 +++ b/tests/btrfs/259 @@ -12,7 +12,6 @@ _begin_fstest auto quick defrag # Import common functions. . ./common/filter -. ./common/btrfs # real QA test starts here diff --git a/tests/xfs/422 b/tests/xfs/422 index 77db492e2..175253aa6 100755 --- a/tests/xfs/422 +++ b/tests/xfs/422 @@ -17,7 +17,6 @@ _register_cleanup "_cleanup" BUS . ./common/filter . ./common/fuzzy . ./common/inject -. ./common/xfs # real QA test starts here _supported_fs xfs diff --git a/tests/xfs/423 b/tests/xfs/423 index be56f311d..c9dfaece4 100755 --- a/tests/xfs/423 +++ b/tests/xfs/423 @@ -18,7 +18,6 @@ _register_cleanup "_cleanup" BUS . ./common/filter . ./common/fuzzy . ./common/inject -. ./common/xfs # real QA test starts here _supported_fs xfs diff --git a/tests/xfs/517 b/tests/xfs/517 index 512f795f5..88c4f43be 100755 --- a/tests/xfs/517 +++ b/tests/xfs/517 @@ -23,7 +23,6 @@ _cleanup() . ./common/filter . ./common/fuzzy . ./common/inject -. ./common/xfs # real QA test starts here _supported_fs xfs