From: Christoph Hellwig Date: Tue, 4 Feb 2025 13:46:55 +0000 (+0100) Subject: xfs/614: remove the _require_loop call X-Git-Tag: v2025.02.16~11 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=27266caa0927bc3a0f6df1380d4518d35a640bfd;p=xfstests-dev.git xfs/614: remove the _require_loop call This test only creates file system images as regular files, but never actually uses the kernel loop driver. Remove the extra requirement. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/614 b/tests/xfs/614 index 0f8952e5..2a799fbf 100755 --- a/tests/xfs/614 +++ b/tests/xfs/614 @@ -22,7 +22,6 @@ _cleanup() _require_test -_require_loop $MKFS_XFS_PROG 2>&1 | grep -q concurrency || \ _notrun "mkfs does not support concurrency options"