zsh-workers
 help / color / mirror / code / Atom feed
From: ports@raveland.org
To: zsh-workers@zsh.org
Cc: Zsh announcement list <zsh-announce@zsh.org>
Subject: Re: Zsh 4.3.14 released
Date: Thu, 8 Dec 2011 16:45:41 +0100	[thread overview]
Message-ID: <20111208154540.GA11543@coredump.raveland.priv> (raw)
In-Reply-To: <17834.1323262578@csr.com>

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

On Wed, Dec 07, 2011 at 12:56:18PM +0000, Peter Stephenson wrote:
> I've uploaded zsh version 4.3.14 to ftp.zsh.org in the pub directory.
> 
> This fixes a few minor glitches in last week's 4.3.13; the tests should
> pass in more places.

Hi,

I still need this small diff on OpenBSD to avoid this error:

./A04redirect.ztst: starting.
Pattern match failed:
<\(eval\):1: failed to close file descriptor 3:*
>
Test ./A04redirect.ztst failed: error output differs from expected as shown above for:
  (exec 3<&-
  read foo <&-)
Was testing: '<&-' redirection
./A04redirect.ztst: test failed.


Once applied, everything works fine.
Regards,


-- 
Pierre-Emmanuel André <pea at raveland.org>
GPG key: 0x7AE329DC

[-- Attachment #2: patch-Test_A04redirect_ztst --]
[-- Type: text/plain, Size: 396 bytes --]

$OpenBSD$
--- Test/A04redirect.ztst.orig	Thu Dec  8 16:22:29 2011
+++ Test/A04redirect.ztst	Thu Dec  8 16:23:42 2011
@@ -152,10 +152,11 @@
 >hello
 >goodbye
 
-  (exec 3<&-
+  ({ exec 3<&- } 2>/dev/null
+  exec 3<&-
   read foo <&-)
 1:'<&-' redirection
-*?\(eval\):1: failed to close file descriptor 3:*
+*?\(eval\):*: failed to close file descriptor 3:*
 
   print foo >&-
 0:'>&-' redirection

       reply	other threads:[~2011-12-08 15:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <17834.1323262578@csr.com>
2011-12-08 15:45 ` ports [this message]
2011-12-08 15:56   ` Peter Stephenson
2011-12-09 23:48 ` Simon Ruderich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111208154540.GA11543@coredump.raveland.priv \
    --to=ports@raveland.org \
    --cc=zsh-announce@zsh.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).