[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests/array.tests: using grep -E instead of egrep
From: |
Kerin Millar |
Subject: |
Re: [PATCH] tests/array.tests: using grep -E instead of egrep |
Date: |
Mon, 19 Feb 2024 14:26:59 +0000 |
User-agent: |
Cyrus-JMAP/3.11.0-alpha0-144-ge5821d614e-fm-20240125.002-ge5821d61 |
On Mon, 19 Feb 2024, at 1:29 PM, Oğuz wrote:
> On Monday, February 19, 2024, Lawrence Velázquez <vq@larryv.me> wrote:
>>
>> On what system does this happen? The proposed changes might break the
>> test suite on some older systems.
>>
>
> Agreed. Those egrep invocations can be replaced with `grep -v -e
> BASH_VERSINFO -e PIPESTATUS -e GROUPS' though.
Indeed. This would be a perfectly sensible solution. For anything more
involved, there is always awk.
--
Kerin Millar