1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-01 08:21:17 +02:00

Update test for change in error message.

This commit is contained in:
Bart Schaefer 2005-04-16 23:24:54 +00:00
parent 168b966479
commit 318b52969b
2 changed files with 6 additions and 1 deletions

@ -1,3 +1,8 @@
2005-04-16 Bart Schaefer <schaefer@zsh.org>
* unposted (see 21148): Test/A04redirect.ztst: update test for
change in error message.
2005-04-16 Clint Adams <clint@zsh.org>
* 21147: Completion/Unix/Command/_baz,

@ -268,4 +268,4 @@
typeset -r myfd
exec {myfd}>&-
1:Error closing file descriptor using readonly variable
?(eval):4: can't close file descriptor from readonly parameter
?(eval):4: can't close file descriptor from readonly parameter myfd