bug#24243: fix for pcre-jitstack failure on Mac OS X

2016-08-17 Thread Paul Eggert
Thanks for doing all that, Jim. I'm closing the bug report.

bug#24243: fix for pcre-jitstack failure on Mac OS X

2016-08-17 Thread Jim Meyering
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

bug#24243: fix for pcre-jitstack failure on Mac OS X

2016-08-16 Thread Jim Meyering
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

bug#24243: fix for pcre-jitstack failure on Mac OS X

2016-08-16 Thread Jack Howarth
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