]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/614: remove the _require_loop call
authorChristoph Hellwig <hch@lst.de>
Tue, 4 Feb 2025 13:46:55 +0000 (14:46 +0100)
committerZorro Lang <zlang@kernel.org>
Mon, 10 Feb 2025 16:13:14 +0000 (00:13 +0800)
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 <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/614

index 0f8952e50b9a21fd79a9ba19bef36e46f3b463ce..2a799fbf3ed71ccf0e1582cc72e1711aaf558e9a 100755 (executable)
@@ -22,7 +22,6 @@ _cleanup()
 
 
 _require_test
-_require_loop
 $MKFS_XFS_PROG 2>&1 | grep -q concurrency || \
        _notrun "mkfs does not support concurrency options"