From 27266caa0927bc3a0f6df1380d4518d35a640bfd Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 4 Feb 2025 14:46:55 +0100 Subject: [PATCH] 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 --- tests/xfs/614 | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.5