From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24614 invoked by alias); 1 Dec 2011 12:33:27 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29922 Received: (qmail 3634 invoked from network); 1 Dec 2011 12:33:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_NONE, T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=no version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at yahoo.co.uk does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s1024; t=1322742431; bh=tfnl5rw1TGR+ShkK8R2UOO4p1D36LvqXYtHNZfagC8A=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Received:In-reply-to:From:References:To:Subject:Date:Message-ID; b=ffZnksY8qxKHsZVO6SVf2L9+QNrkKkau17eU0H7KnWMyplVFUQmL3SE9MRM+rqCRSVqgOxiGwscbuw3Q//fi/lgeXFMDTRA0AiUq4CNAs42737UyrHI98gYilwAb2VQTyr2zlLyiyN6CBsLhwGXWnbHmQBZhQnfvgwVUJW9L/F4= X-Yahoo-Newman-Id: 38929.14918.bm@smtp143.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: U6q.87cVM1kUOwO59ZcQXRrqRdvuDidkHxGCV4DLdQH28AV uCt5aauaQj6i0Y521T5PeAbDRINeOp08Ka2I.b9bSeuRQ_obUiHgQp_v24_o 6REDjD0.Xu3bsrNaCyJkinvSC48C2qCEbuDy1raNqpBBnCo7FKhgsQmoxD5L Gs7h.DEkcp66jW3lkdBi9x0f8dywcjvzC4z5twFHl2KT8wNkykLYF0AEbRG0 98gPatc0AkiGu4ohsakDBSzU91TjvOjphqjyCJd0VPzHQApXJRGmd6d1yYTZ GDfPs7_FlCsKfJRqxL9eOqezfIUAovnGH2h7PCVLf3gSFI2zPpTYzuw9hdi4 ZOZxldxkVEy21LUwCiejseu8J4VmHxS3bCEe.4e7M.uSqvr9ak5v63uz6GWK g0vHMAqN1ZCiRw_I8Lgjpuk7a1WUNhTrynRoqyAs- X-Yahoo-SMTP: opAkk_CswBAce_kJ3nIPlH80cJI- In-reply-to: <15488.1322689558@pws-pc.ntlworld.com> From: Oliver Kiddle References: <15488.1322689558@pws-pc.ntlworld.com> To: Zsh workers Subject: Re: zsh 4.3.13 released Date: Thu, 01 Dec 2011 13:27:10 +0100 Message-ID: <14298.1322742430@thecus.kiddle.eu> Peter Stephenson wrote: > I've uploaded zsh 4.3.13 to ftp://ftp.zsh.org/pub/. If you get a chance > to try it out before I upload it to Sourceforge, too, that would be > great. On Solaris, I get the following test failure. It is just slightly different error message wording so probably harmless. Is part of that message perhaps coming from strerror? ./A04redirect.ztst: starting. *** /tmp/zsh.ztst.err.26521 Thu Dec 1 12:16:47 2011 --- /tmp/zsh.ztst.terr.26521 Thu Dec 1 12:16:47 2011 *************** *** 1 **** ! (eval):1: failed to close file descriptor 3: bad file descriptor --- 1 ---- ! (eval):1: failed to close file descriptor 3: bad file number Test ./A04redirect.ztst failed: error output differs from expected as shown above for: (exec 3<&- read foo <&-) Was testing: '<&-' redirection Oliver