From 7aaae327244daa15b9b692c8060aa85d56a85e33 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 24 Oct 2010 19:56:34 +0000 Subject: [PATCH] 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. --- tools/regression/bin/sh/execution/redir3.0 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/regression/bin/sh/execution/redir3.0 diff --git a/tools/regression/bin/sh/execution/redir3.0 b/tools/regression/bin/sh/execution/redir3.0 new file mode 100644 index 000000000000..d68e4504ed3d --- /dev/null +++ b/tools/regression/bin/sh/execution/redir3.0 @@ -0,0 +1,3 @@ +# $FreeBSD$ + +3>&- 3>&-