reinstate redir.tests with correct perms

1_10_stable
Denis Vlasenko 2008-02-13 18:10:46 +00:00
parent 81887e2342
commit 65eb550024
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# test: closed fds should stay closed
exec 1>&-
echo TEST >TEST
echo JUNK # lost: stdout is closed
cat TEST >&2
rm TEST