X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=blobdiff_plain;f=tests%2Fgeneric%2F382;h=02bb5111923743cff24e1b16feb3b72c8416a802;hp=50816f69a9159a11649bb0d1a125fd06778bf653;hb=777e98ec577cb40673505a06c3fca62f870c7b19;hpb=2814810ed1a0f9629102c53cb37db8de31e12aed diff --git a/tests/generic/382 b/tests/generic/382 index 50816f69..02bb5111 100755 --- a/tests/generic/382 +++ b/tests/generic/382 @@ -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 }