From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7885 invoked from network); 20 Dec 2007 20:58:37 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Dec 2007 20:58:37 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 73700 invoked from network); 20 Dec 2007 20:58:33 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Dec 2007 20:58:33 -0000 Received: (qmail 21420 invoked by alias); 20 Dec 2007 20:58:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24306 Received: (qmail 21393 invoked from network); 20 Dec 2007 20:58:28 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 20 Dec 2007 20:58:28 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 8E98B8058F59 for ; Thu, 20 Dec 2007 21:55:08 +0100 (CET) Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Thu, 20 Dec 2007 21:55:08 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 52E815CF79; Thu, 20 Dec 2007 15:58:23 -0500 (EST) Date: Thu, 20 Dec 2007 15:58:23 -0500 From: Clint Adams To: Zsh Subject: Re: 4.3.4-dev-6 Message-ID: <20071220205823.GD6125@scowler.net> Mail-Followup-To: Zsh References: <5951.1198159661@csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5951.1198159661@csr.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: ClamAV using ClamSMTP On Thu, Dec 20, 2007 at 02:07:41PM +0000, Peter Stephenson wrote: > ftp://ftp.zsh.org/pub/development/zsh-4.3.4-dev-6.tar.gz This has been failing forever, but 24290 has made it less ignorable. This occurs when being built chrooted by either a perl or bash script, with output possibly redirected or piped to tee. ../../Test/A04redirect.ztst: starting. *** /tmp/zsh.ztst.out.23912 Thu Dec 20 15:28:39 2007 --- /tmp/zsh.ztst.tout.23912 Thu Dec 20 15:28:39 2007 *************** *** 0 **** --- 1 ---- + foo Test ../../Test/A04redirect.ztst failed: output differs from expected as shown above for: print foo >&- Was testing: '>&-' redirection ../../Test/A04redirect.ztst: test failed.