Re: [PATCH] tests: grep portability fixes
From: Johannes Sixt <hidden>
Date: 2016-06-15 22:45:25
Jeff King schrieb:
We try to avoid using the "-q" or "-e" options, as they are largely useless, as explained in aadbe44f. There is one exception for "-e" here, which is in t7701 used to produce an "or" of patterns. This can be rewritten as an egrep pattern. This patch also removes use of "grep -F" in favor of the more widely available "fgrep". Signed-off-by: Jeff King <redacted> --- These are fallouts from getting (most of) the tests to pass on Solaris. t/t0002-gitfile.sh | 4 ++-- t/t1501-worktree.sh | 2 +- t/t3700-add.sh | 2 +- t/t4150-am.sh | 2 +- t/t6040-tracking-info.sh | 4 ++-- t/t7002-grep.sh | 2 +- t/t7701-repack-unpack-unreachable.sh | 4 ++-- t/t9500-gitweb-standalone-no-errors.sh | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-)
Works here: Tested-by: Johannes Sixt <redacted> (MinGW) -- Hannes