zsh-workers
 help / color / mirror / code / Atom feed
* [bug?] Invalid file descriptor ignored
@ 2016-02-29  6:44 Martijn Dekker
  2016-02-29  9:39 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Martijn Dekker @ 2016-02-29  6:44 UTC (permalink / raw)
  To: Zsh hackers list

There is some strange and inconsistent behaviour when trying to write to
a non-open file descriptor. I think the following three test cases
should at least return a non-zero status, but only the third one does:

% echo hi 1>&-; echo $?
0
% { echo hi; } 1>&-; echo $?
zsh: write error: bad file descriptor
0
% echo hi 2>&- 1>&2; echo $?
zsh: 2: bad file descriptor
1

Other shells behaviour, FWIW: All other shells return a non-zero status
for all three cases. (d)ash, bash, yash produce an error message for the
first two cases but not the third. ksh88, ksh93 and {pd,m}ksh are silent
on all three.

Thanks,

- M.


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

end of thread, other threads:[~2016-02-29 19:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-29  6:44 [bug?] Invalid file descriptor ignored Martijn Dekker
2016-02-29  9:39 ` Peter Stephenson
2016-02-29 19:21   ` 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).