Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e66cf821cf1e4bd8c1ef28445c0559269f69bab9
/
.
/
shell
/
ash_test
/
ash-redir
/
redir3.tests
blob: f50a7674c08c460f637c72bcbd9660522cc4b11c [
file
] [
log
] [
blame
]
Denis Vlasenko
5a86731
2008-07-24 19:46:38 +0000
[
diff
] [
blame
]
1
# redirects to closed descriptors should not leave these descriptors"
2
# open afterwards
3
echo TEST
9
>
/dev/
null
4
echo MUST ERROR OUT
>&
9
5
echo
"Output to fd#9: $?"