Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Oct 2010 19:56:34 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r214289 - head/tools/regression/bin/sh/execution
Message-ID:  <201010241956.o9OJuYWB038272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>&-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010241956.o9OJuYWB038272>