mirror of https://github.com/mirror/busybox.git
reinstate redir.tests with correct perms
parent
81887e2342
commit
65eb550024
|
@ -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
|
Loading…
Reference in New Issue