generic/361: add _require_loop
authorEric Biggers <ebiggers@google.com>
Sat, 11 Mar 2017 00:55:12 +0000 (16:55 -0800)
committerEryu Guan <eguan@redhat.com>
Mon, 13 Mar 2017 03:58:56 +0000 (11:58 +0800)
generic/361 uses a loopback device, so it should have _require_loop.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/generic/361

index c09863c33101ef9b8e384bebd13aa02e492bcf60..cdd480f2d26c61a19d83ce66bef35b4940708bdc 100755 (executable)
@@ -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