From 4ff270110015d2dda68a1d0d20d00f71a8f4948f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 10 Mar 2017 16:55:12 -0800 Subject: [PATCH] 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 --- 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.39.5