From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17511 invoked from network); 3 May 2000 08:39:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 May 2000 08:39:40 -0000 Received: (qmail 14910 invoked by alias); 3 May 2000 08:39:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11093 Received: (qmail 14897 invoked from network); 3 May 2000 08:39:33 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: PATCH: Re: Test failures Date: Wed, 3 May 2000 12:39:22 +0400 Message-ID: <000501bfb4db$14b2c180$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <200005030834.KAA22713@beta.informatik.hu-berlin.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > > Oh, look, the strings in the test are sorted with a locale that makes > the order AaBbCc and so on. Either we should make the tests respect > the locale setting or enforce the normal ordering (and change the > strings above). > It is always good idea to export LC_ALL=C LANG=C to avoid side effects. Unless there are special tests for non-ASCII locale. -andrej