Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
A04redirect test failure
- X-seq: zsh-workers 21148
- From: Vin Shelton <ethersoft@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: A04redirect test failure
- Date: Sat, 16 Apr 2005 16:23:35 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NWymOxCUsUzmLAPeIjebmI81ks5NQtzqA6LXnPJ/TFjX0vC+7wTWJzaPoP9USwZWGWSy8eckpatKusAH5slF7XQqYsxes2pZDbyL06JCzU9Le58fXuyVOcWOyBG8qiYR10DEiPHPwAQcD9Ibk5DeKmTDr+DpREH7+T6EQk+jYBY=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Vin Shelton <ethersoft@xxxxxxxxx>
Greetings,
I'm getting the following failure when running 'make check' against
the latest CVS sources:
/ide/src/zsh-2005-04-15/Test/A04redirect.ztst: starting.
*** /tmp/zsh.ztst.err.6349 Sat Apr 16 16:21:29 2005
--- /tmp/zsh.ztst.terr.6349 Sat Apr 16 16:21:29 2005
***************
*** 1 ****
! (eval):4: can't close file descriptor from readonly parameter
--- 1 ----
! (eval):4: can't close file descriptor from readonly parameter myfd
Test /ide/src/zsh-2005-04-15/Test/A04redirect.ztst failed: error
output differs from expected as shown
above for:
typeset +r myfd
exec {myfd}>newlogfile
typeset -r myfd
exec {myfd}>&-
Was testing: Error closing file descriptor using readonly variable
/ide/src/zsh-2005-04-15/Test/A04redirect.ztst: test failed.
More details upon request.
- Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author