svn commit: r214289 - head/tools/regression/bin/sh/execution
Jilles Tjoelker
jilles at FreeBSD.org
Sun Oct 24 19:56:34 UTC 2010
Author: jilles
Date: Sun Oct 24 19:56:34 2010
New Revision: 214289
URL: http://svn.freebsd.org/changeset/base/214289
Log:
sh: Add a test trying to close a descriptor that is not open.
In stable/8 and older, this fails. Some of the redirection changes in head
have fixed it.
Added:
head/tools/regression/bin/sh/execution/redir3.0 (contents, props changed)
Added: head/tools/regression/bin/sh/execution/redir3.0
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/tools/regression/bin/sh/execution/redir3.0 Sun Oct 24 19:56:34 2010 (r214289)
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+3>&- 3>&-
More information about the svn-src-head
mailing list