From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22903 invoked from network); 11 Oct 2008 22:17:38 -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=-1.3 required=5.0 tests=AWL autolearn=unavailable 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; 11 Oct 2008 22:17:38 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 86351 invoked from network); 11 Oct 2008 22:17:23 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Oct 2008 22:17:23 -0000 Received: (qmail 20687 invoked by alias); 11 Oct 2008 22:17:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25847 Received: (qmail 20655 invoked from network); 11 Oct 2008 22:17:06 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 11 Oct 2008 22:17:06 -0000 Received: from mtaout03-winn.ispmail.ntl.com (mtaout03-winn.ispmail.ntl.com [81.103.221.49]) by bifrost.dotsrc.org (Postfix) with ESMTP id 8F44080308BA for ; Sun, 12 Oct 2008 00:17:00 +0200 (CEST) Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20081011221700.WSRT10791.mtaout03-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com>; Sat, 11 Oct 2008 23:17:00 +0100 Received: from pws-pc ([81.107.43.40]) by aamtaout03-winn.ispmail.ntl.com with ESMTP id <20081011221700.UFKZ2093.aamtaout03-winn.ispmail.ntl.com@pws-pc>; Sat, 11 Oct 2008 23:17:00 +0100 Date: Sat, 11 Oct 2008 23:16:57 +0100 From: Peter Stephenson To: Bernd Steinhauser Cc: zsh-workers@sunsite.dk Subject: Re: 4.3.6/cvs: Test failed: Y02compmatch.ztst Message-ID: <20081011231657.053e4ab5@pws-pc> In-Reply-To: <48F1220D.6040301@bernd-steinhauser.de> References: <48F1220D.6040301@bernd-steinhauser.de> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.12; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.0 c=1 a=tKZQIao1u9oA:10 a=immkbqlLFQQA:10 a=NLZqzBF-AAAA:8 a=m8fTz2Dzvbcnz-yIG3YA:9 a=LlxzxVeW-x-jXLb-6QTJvohlEzcA:4 a=Atyqm_idtK8A:10 a=_dQi-Dcv4p4A:10 a=LY0hPdMaydYA:10 X-Virus-Scanned: ClamAV 0.92.1/8412/Sat Oct 11 14:30:20 2008 on bifrost X-Virus-Status: Clean On Sun, 12 Oct 2008 00:00:45 +0200 Bernd Steinhauser wrote: > I tried latest version (4.3.6) as well as cvs and with both this test fails. > I have been told on IRC to report it to the list. > As I found out, the reason is that it doesn't ignore the file > /etc/zsh/zshenv. > > Test ./Y02compmatch.ztst failed: output differs from expected as shown > above for: This is a hard sort of problem to fix, since by deliberate policy /etc/zshenv (or equivalent) is executed by every shell. Also, I don't know what it is in your file that is causing the problem. Does this fix it? Index: Test/comptest =================================================================== RCS file: /cvsroot/zsh/zsh/Test/comptest,v retrieving revision 1.16 diff -u -r1.16 comptest --- Test/comptest 25 Jun 2001 03:06:35 -0000 1.16 +++ Test/comptest 11 Oct 2008 22:14:35 -0000 @@ -25,6 +25,7 @@ } comptesteval \ +"emulate -R zsh" \ "export ZDOTDIR=$ZTST_testdir" \ "module_path=( $module_path )" \ "fpath=( $fpath )" \ -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/