[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests/array.tests: using grep -E instead of egrep
From: |
Oğuz |
Subject: |
Re: [PATCH] tests/array.tests: using grep -E instead of egrep |
Date: |
Mon, 19 Feb 2024 15:29:35 +0200 |
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.
--
Oğuz