From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22940 invoked from network); 21 Apr 2009 20:59:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Apr 2009 20:59:32 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 99522 invoked from network); 21 Apr 2009 20:59:27 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Apr 2009 20:59:27 -0000 Received: (qmail 26212 invoked by alias); 21 Apr 2009 20:59:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26866 Received: (qmail 26198 invoked from network); 21 Apr 2009 20:59:21 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 21 Apr 2009 20:59:21 -0000 Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.19]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 8A4F78028C72 for ; Tue, 21 Apr 2009 22:58:17 +0200 (CEST) Received: from sdf.lonestar.org (IDENT:pda@svalbard.freeshell.org [192.94.73.10]) by sdf.lonestar.org (8.14.3/8.13.8) with ESMTP id n3LKxBlE017434 for ; Tue, 21 Apr 2009 20:59:11 GMT Received: (from pda@localhost) by sdf.lonestar.org (8.14.3/8.12.8/Submit) id n3LKxAQt018990 for zsh-workers@sunsite.dk; Tue, 21 Apr 2009 20:59:10 GMT From: Paul Ackersviller Date: Tue, 21 Apr 2009 20:59:10 +0000 To: zsh-workers@sunsite.dk Subject: Skipping of D07multibyte.ztst Message-ID: <20090421205910.GD2989@svalbard.freeshell.org> Mail-Followup-To: zsh-workers@sunsite.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV 0.92.1/9268/Tue Apr 21 17:10:12 2009 on bifrost X-Virus-Status: Clean Again this won't be specific to 4.3.9-dev-2, but I'm testing zsh with --enable-multibyte for the first time on NetBSD and HP-UX. Both are building fine, but the test on both is showing % make TESTNUM=D07 check ./D07multibyte.ztst: skipped (no UTF-8 locale or multibyte mode is not implemented) It appears the loop "for LANG in $langs ..." is never being broken out of, evan though I have at least en_US.UTF-8 and en_GB.UTF-8 locales in both cases. Suggestions?