zsh-workers
 help / color / mirror / code / Atom feed
* A04redirect test failure
@ 2005-04-16 20:23 Vin Shelton
  2005-04-16 23:03 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Vin Shelton @ 2005-04-16 20:23 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: A04redirect test failure
  2005-04-16 20:23 A04redirect test failure Vin Shelton
@ 2005-04-16 23:03 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2005-04-16 23:03 UTC (permalink / raw)
  To: zsh-workers

This is just a case of the test script not keeping up with improvements
in the error message text.  Not worth a patch -- just append " myfd" to
the sample output line in A04redirect.ztst.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-16 23:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-16 20:23 A04redirect test failure Vin Shelton
2005-04-16 23:03 ` Bart Schaefer

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).