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>
This commit is contained in:
Brian Foster
2014-05-15 11:37:55 +10:00
committed by Dave Chinner
parent fe3fcf26d2
commit 9b7f704ca3
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs xfs
_supported_os IRIX Linux
_require_loop
bitsperlong=`src/feature -w`
if [ "$bitsperlong" -ne 64 ]; then