From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4434 invoked from network); 11 Oct 2008 23:48:37 -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 23:48:37 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 12315 invoked from network); 11 Oct 2008 23:48:25 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Oct 2008 23:48:25 -0000 Received: (qmail 15850 invoked by alias); 11 Oct 2008 23:48:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25849 Received: (qmail 15830 invoked from network); 11 Oct 2008 23:48:14 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 11 Oct 2008 23:48:14 -0000 Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by bifrost.dotsrc.org (Postfix) with ESMTP id CF1B280308BA for ; Sun, 12 Oct 2008 01:48:01 +0200 (CEST) Received: from torch.brasslantern.com ([96.238.220.215]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K8L00G2YM3V7641@vms042.mailsrvcs.net> for zsh-workers@sunsite.dk; Sat, 11 Oct 2008 18:47:56 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m9BNlsuU029821 for ; Sat, 11 Oct 2008 16:47:55 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m9BNlrOR029820 for zsh-workers@sunsite.dk; Sat, 11 Oct 2008 16:47:53 -0700 Date: Sat, 11 Oct 2008 16:47:53 -0700 From: Bart Schaefer Subject: Re: 4.3.6/cvs: Test failed: Y02compmatch.ztst In-reply-to: <20081011231657.053e4ab5@pws-pc> To: zsh-workers@sunsite.dk Message-id: <081011164753.ZM29819@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <48F1220D.6040301@bernd-steinhauser.de> <20081011231657.053e4ab5@pws-pc> Comments: In reply to Peter Stephenson "Re: 4.3.6/cvs: Test failed: Y02compmatch.ztst" (Oct 11, 11:16pm) X-Virus-Scanned: ClamAV 0.92.1/8412/Sat Oct 11 14:30:20 2008 on bifrost X-Virus-Status: Clean On Oct 11, 11:16pm, Peter Stephenson wrote: } } This is a hard sort of problem to fix, since by deliberate policy } /etc/zshenv (or equivalent) is executed by every shell. I think you can avoid it by executing "zsh -o noglobalrcs" ...? So try that on the "zpty -n -w zsh ..." line?