Re: [PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Kerin Millar
On Mon, 19 Feb 2024, at 1:29 PM, Oğuz wrote: > On Monday, February 19, 2024, Lawrence Velázquez 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 >

Re: [PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Oğuz
On Monday, February 19, 2024, Lawrence Velázquez 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

Re: [PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Robert Elz
Date:Mon, 19 Feb 2024 18:33:31 +0900 From:Koichi Murase Message-ID: | GNU grep started to output error messages in v3.8 (2022-09) for egrep, | so the test failure will be happening in most GNU/Linux distributions | soon. That (as in, gnu grep) should be

Re: [PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Koichi Murase
2024年2月19日(月) 18:01 Lawrence Velázquez : > On Mon, Feb 19, 2024, at 4:08 AM, Xiangyu Chen wrote: > > From: Xiangyu Chen > > > > The console ouput lots of egrep warning message, those message causes > > test case fail in diff stage. > > On what system does this happen? The proposed changes might

Re: [PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Lawrence Velázquez
On Mon, Feb 19, 2024, at 4:08 AM, Xiangyu Chen wrote: > From: Xiangyu Chen > > The console ouput lots of egrep warning message, those message causes > test case fail in diff stage. On what system does this happen? The proposed changes might break the test suite on some older systems. -- vq

[PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Xiangyu Chen
From: Xiangyu Chen The console ouput lots of egrep warning message, those message causes test case fail in diff stage. According the message, using grep -E instead of egrep. Warning message: --- 9d8 < egrep: warning: egrep is obsolescent; using grep -E 31d29 < egrep: warning: egrep