fstests: _fail test by default when _scratch_mount fails
[xfstests-dev.git] / tests / xfs / 067
index c68ec0940064fe5987eb612f919aeb4512dfb863..743d94bb3e8a540d79e9ce9196b378258abbf878 100755 (executable)
@@ -52,7 +52,7 @@ if [ "$isize" -lt 1024 ]; then
     _scratch_mkfs_xfs -i size=1024 >>$seqres.full \
        || _notrun "Cannot mkfs for this test using MKFS_OPTIONS specified"
 fi
-_scratch_mount >>$seqres.full || _fail "mount failed"
+_scratch_mount
 xfs_info $SCRATCH_MNT >>$seqres.full
 cd $SCRATCH_MNT