<div dir="ltr"><div dir="ltr"><div dir="ltr"><div></div><div>I've taken a first look at the tests on FreeBSD. Although I expect any fixes will come from someone in the FreeBSD community (other than if we find general issues) I wonder what is the best way to track these. I'd find it convenient to track them in GitHub issues in landley/toybox, but understand if you'd rather not have them there. In that case I can track issues in a GitHub fork for FreeBSD.<br></div><div><br></div><div>I'm looking at grep now, and find that it always returns error:<br></div><div><br></div><div>% echo abcdef | ./toybox grep abc; echo $?<br>abcdef<br>2<br>% echo abcdef | ./toybox grep xyz; echo $?<br>2<br></div><div><br></div><div>and grep -q is not quiet:<br></div><div><br></div><div>% echo abcdef | ./toybox grep -q abc; echo $? <br>abcdef<br>2<br><br></div></div></div></div>