From: Eric Biggers <ebiggers@xxxxxxxxxx> generic/361 uses a loopback device, so it should have _require_loop. Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> --- tests/generic/361 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.12.0.246.ga2ecc84866-goog -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html