Thanks for doing all that, Jim. I'm closing the bug report.
On Tue, Aug 16, 2016 at 9:39 PM, Jim Meyering wrote:
> On Tue, Aug 16, 2016 at 8:14 AM, Jack Howarth
> wrote:
>> The pcre-jitstack test case fails on Mac OS X due to the system base64
>> expecting either '-D or --decode' rather than '-d or --decode'. The
>> trivial fix is to use the common '--dec
On Tue, Aug 16, 2016 at 8:14 AM, Jack Howarth
wrote:
> The pcre-jitstack test case fails on Mac OS X due to the system base64
> expecting either '-D or --decode' rather than '-d or --decode'. The
> trivial fix is to use the common '--decode' option rather than '-d'...
>
> diff -uNr grep-2.25/tests
The pcre-jitstack test case fails on Mac OS X due to the system base64
expecting either '-D or --decode' rather than '-d or --decode'. The
trivial fix is to use the common '--decode' option rather than '-d'...
diff -uNr grep-2.25/tests/pcre-jitstack grep-2.25-patched/tests/pcre-jitstack
--- grep-2