Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

A04redirect test failure



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