Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.6
/
busybox
/
b2cf790ce23df9cace07ab4486c11f983c120d3d
/
.
/
busybox-1.19.3
/
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