Re: Bash removes unrequested characters in bracket expressions (not a range).

2018-11-24 Thread Bize Ma
Chet Ramey () wrote: > On 11/23/18 6:09 PM, Bize Ma wrote: > > > Bash Version: 4.4 > > Patch Level: 12 > > Release Status: release > > > Description: > > > > Bash is removing characters not explicitly listed in a bracket > > expression (character range). > > In this example, it is removing

Re: Bash removes unrequested characters in bracket expressions (not a range).

2018-11-24 Thread Chet Ramey
On 11/23/18 6:09 PM, Bize Ma wrote: > Bash Version: 4.4 > Patch Level: 12 > Release Status: release > > > > Description: > > Bash is removing characters not explicitly listed in a bracket > expression (character range). > In this example, it is removing digits from other languages. > > Also

Re: test run-new-exp: improvement of test warning

2018-11-24 Thread Chet Ramey
On 11/22/18 9:01 PM, Changqing Li wrote: > Hi, > > Test run-new-exp maybe fail when run as root, but not real fail, This isn't the only thing. The entire test suite should not be run as root. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita

Re: Bash removes unrequested characters in bracket expressions (not a range).

2018-11-24 Thread Chet Ramey
On 11/23/18 6:09 PM, Bize Ma wrote: > Bash Version: 4.4 > Patch Level: 12 > Release Status: release > > > > Description: > > Bash is removing characters not explicitly listed in a bracket > expression (character range). > In this example, it is removing digits from other languages. What is