config: make sure tests check for loop device support
authorBrian Foster <bfoster@redhat.com>
Thu, 15 May 2014 01:37:55 +0000 (11:37 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 15 May 2014 01:37:55 +0000 (11:37 +1000)
commit9b7f704ca31a3324b685749f7a733ca2111f0db8
tree510ca1f0584a4c7553bddff9a3939b3f133c0f0b
parentfe3fcf26d262b4a27c6224f2bcbd8ac18dbbe662
config: make sure tests check for loop device support

Several tests happen to make use of loop device support without the
requisite pre-test checks. This results in spurious failures for systems
that might not have loop device support. Add _require_loop checks to
shared/298, xfs/206 and xfs/259.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/shared/298
tests/xfs/206
tests/xfs/259