Bug#421591: bash: test builtin (or [) does not behave correctly

2024-03-21 Thread Vincent Lefevre
On 2024-03-21 02:38:10 +0100, Gioele Barabucci wrote: > On Mon, 11 Feb 2008 13:20:25 +0100 Vincent Lefevre > wrote: > > As a summary, the following test at least does not behave correctly: > > > > vlefevre@vin:~$ test \( ! -e \) ; echo $? > > bash: test: `)' expected > > 2 > > > > And I think th

Bug#421591: bash: test builtin (or [) does not behave correctly

2024-03-20 Thread Gioele Barabucci
found 421591 5.2.21-2 thanks On Mon, 11 Feb 2008 13:20:25 +0100 Vincent Lefevre wrote: As a summary, the following test at least does not behave correctly: vlefevre@vin:~$ test \( ! -e \) ; echo $? bash: test: `)' expected 2 And I think this one is also buggy: vlefevre@vin:~$ test true -a \

Bug#421591: bash: test builtin (or [) does not behave correctly

2008-02-11 Thread Vincent Lefevre
retitle 421591 bash: test builtin (or [) does not behave correctly thanks As a summary, the following test at least does not behave correctly: [EMAIL PROTECTED]:~$ test \( ! -e \) ; echo $? bash: test: `)' expected 2 And I think this one is also buggy: [EMAIL PROTECTED]:~$ test true -a \( ! -a