From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,RDNS_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 Received: (qmail 29422 invoked from network); 13 Mar 2020 10:09:17 -0000 Received-SPF: pass (primenet.com.au: domain of zsh.org designates 203.24.36.2 as permitted sender) receiver=inbox.vuxu.org; client-ip=203.24.36.2 envelope-from= Received: from unknown (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTP; 13 Mar 2020 10:09:17 -0000 Received: (qmail 25272 invoked by alias); 13 Mar 2020 10:09:06 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45550 Received: (qmail 26475 invoked by uid 1010); 13 Mar 2020 10:09:06 -0000 X-Qmail-Scanner-Diagnostics: from rcpt-expgw.biglobe.ne.jp by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.2/25744. spamassassin: 3.4.2. Clear:RC:0(133.208.98.3):SA:0(-2.6/5.0):. Processed in 1.230961 secs); 13 Mar 2020 10:09:06 -0000 X-Envelope-From: takimoto-j@kba.biglobe.ne.jp X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf01.biglobe.ne.jp designates 133.208.98.3 as permitted sender) X-Biglobe-Sender: From: Jun T Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [BUG] E02 test failure / ztst *> issue Date: Fri, 13 Mar 2020 19:08:28 +0900 References: <36587C4A-0329-40D0-8B03-549607985704@dana.is> To: zsh-workers@zsh.org In-Reply-To: <36587C4A-0329-40D0-8B03-549607985704@dana.is> Message-Id: X-Mailer: Apple Mail (2.3445.104.11) X-Biglobe-Spnum: 18433 > 2020/03/13 2:31, dana wrote: >=20 > On 11 Mar 2020, at 21:37, Jun T wrote: >=20 > On Mojave, your patch fixes the test for me only if i manually set = LC_CTYPE or > LC_ALL to C when running `make check` =E2=80=94 which didn't have any = effect before, > so it is definitely an improvement. If i run it normally (where i have > LC_CTYPE=3Den_GB.UTF-8), it still fails in the same way. ztst.zsh (lines 27-31) resets LC_* and LANG to C if they are non-empty. So I was thinking tests were run under C locale by default ... But now I've noticed LC_CTYPE is NOT reset here. I guess you can avoid subushell by LC_ALL=3DC which ${1}