generic/382: Make test independent of fs allocation
[xfstests-dev.git] / tests / generic / 382
index 50816f69a9159a11649bb0d1a125fd06778bf653..02bb5111923743cff24e1b16feb3b72c8416a802 100755 (executable)
@@ -68,8 +68,6 @@ do_test()
 
        ## blocks default quota test ##
        _user_do "$XFS_IO_PROG -f -c \"pwrite 0 30M\" -c \"fsync\" $SCRATCH_MNT/data" | _filter_xfs_io
-       echo "$qname blocks quota after write 30M data"
-       $XFS_QUOTA_PROG -x -c "report $type -N -b" $SCRATCH_MNT | grep -v ^root | _filter_spaces
 
        rm -f ${SCRATCH_MNT}/* >/dev/null 2>&1
 
@@ -79,9 +77,6 @@ do_test()
        done
        sync
 
-       echo "$qname inode quota after creating 30 inodes"
-       $XFS_QUOTA_PROG -x -c "report $type -N -i" $SCRATCH_MNT | grep -v ^root | _filter_spaces
-
        rm -f ${SCRATCH_MNT}/* >/dev/null 2>&1
 }