fstests: disable quotas before running test
[xfstests-dev.git] / tests / xfs / 030
index 5ed9962838ec4cd3ac8c956f9f33c79f1e0a20fc..10854c8aa7f3058391aa47f55c7f2fa3c0e0041b 100755 (executable)
@@ -28,6 +28,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common/rc
 . ./common/filter
 . ./common/repair
+. ./common/quota
 
 # nuke the superblock, AGI, AGF, AGFL; then try repair the damage
 #
@@ -65,6 +66,7 @@ if [ $? -ne 0 ]               # probably don't have a big enough scratch
 then
        _notrun "SCRATCH_DEV too small, results would be non-deterministic"
 else
+       _qmount_option noquota
        _scratch_mount
        src/feature -U $SCRATCH_DEV && \
                _notrun "UQuota are enabled, test needs controlled sb recovery"