From: Eric Biggers Date: Sat, 11 Mar 2017 00:55:12 +0000 (-0800) Subject: generic/361: add _require_loop X-Git-Tag: v2022.05.01~2124 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4ff270110015d2dda68a1d0d20d00f71a8f4948f;p=xfstests-dev.git generic/361: add _require_loop generic/361 uses a loopback device, so it should have _require_loop. Signed-off-by: Eric Biggers Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/generic/361 b/tests/generic/361 index c09863c3..cdd480f2 100755 --- a/tests/generic/361 +++ b/tests/generic/361 @@ -53,6 +53,7 @@ _supported_fs generic _supported_os Linux _require_scratch _require_block_device $SCRATCH_DEV +_require_loop # create a small filesystem to hold another filesystem image _scratch_mkfs_sized $((512 * 1024 * 1024)) >>$seqres.full 2>&1