Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh 4.3.14 released
- X-seq: zsh-workers 29957
- From: ports@xxxxxxxxxxxx
- To: zsh-workers@xxxxxxx
- Subject: Re: Zsh 4.3.14 released
- Date: Thu, 8 Dec 2011 16:45:41 +0100
- Cc: Zsh announcement list <zsh-announce@xxxxxxx>
- In-reply-to: <17834.1323262578@csr.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <17834.1323262578@csr.com>
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
$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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author