K 10 svn:author V 3 mat K 8 svn:date V 27 2020-11-11T13:30:03.406720Z K 7 svn:log V 319 Ignore grep return value. Most of the time, we use grep in a test, where its return value is important. In this instance, it is only used for filtering, and we do not care about its return value, so ignore it. PR: 250723 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D27007 END