Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e3354bc44aa92c20bec0ffdc78e6b57351e8f16d
/
.
/
shell
/
ash_test
/
ash-redir
/
redir.tests
blob: 7a1a6680661aa57a10748f1c29f7393f1aa37d56 [
file
] [
log
] [
blame
]
# test: closed fds should stay closed
exec
1
>&-
echo TEST
>
TEST
echo JUNK
# lost: stdout is closed
cat TEST
>&
2
rm TEST