summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-07-03 10:03:44 -0700
committerZorro Lang <zlang@kernel.org>2023-07-07 22:04:41 +0800
commitcfa2c8fadbc8b38e6d507ee221b63857dd4b62fc (patch)
treeb28748a8961162c0c9b5203aff0cdcccff033d6c /tests
parent2fc1f5dc90f497bf971024c2b160f8ca6e4ed59a (diff)
xfs/569: skip post-test fsck run
This test examines the behavior of mkfs.xfs with specific filesystem configuration files by formatting the scratch device directly with those exact parameters. IOWs, it doesn't include external log devices or realtime devices. If external devices are set up, the post-test fsck run fails because the filesystem doesnt' use the (allegedly) configured external devices. Fix that by adding _require_scratch_nocheck. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Andrey Albershteyn <aalbersh@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/xfs/5692
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xfs/569 b/tests/xfs/569
index e8902708..b6d57980 100755
--- a/tests/xfs/569
+++ b/tests/xfs/569
@@ -14,7 +14,7 @@ _begin_fstest mkfs
# Modify as appropriate.
_supported_fs xfs
-_require_scratch
+_require_scratch_nocheck
ls /usr/share/xfsprogs/mkfs/*.conf &>/dev/null || \
_notrun "No mkfs.xfs config files installed"