tools-make icon indicating copy to clipboard operation
tools-make copied to clipboard

tests should be able to use GNU grep

Open rmottola opened this issue 2 months ago • 0 comments

if gnu grep is installed as ggrep, like we can use gmake, gtar...

otherwise e.g. on solaris we have infinite failures during test runs:

Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- a
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- a
Usage: grep -hblcnsviw pattern file . . .
.....

rmottola avatar Oct 20 '25 22:10 rmottola