rm -f $tmp.*
}
-_filter_project_quota()
+filter_project_quota_line()
{
- grep -v "^project quota on"
+ grep -v "^project quota on"
}
# get standard environment, filters and checks
# just ignored, but quota is still on. This may change in future, let's
# re-consider the case then.
_scratch_mount "-o remount,ro,nosuchopt" >>$seqres.full 2>&1
-quotaon -p $SCRATCH_MNT | _filter_scratch | _filter_project_quota
+quotaon -p $SCRATCH_MNT | _filter_scratch | filter_project_quota_line
# second remount should succeed, no oops or hang expected
_scratch_mount "-o remount,ro" || _fail "second remount,ro failed"