Sign in
coral
/
busybox
/
1c3bcfc79f4b6a1d6e8cd04e6a36f64a57753b2f
/
.
/
shell
/
ash_test
/
ash-redir
/
redir3.tests
blob: e37d5e45a874043ea785ea828ec7fa7e1aef6ea0 [
file
] [
log
] [
blame
]
# redirects to closed descriptors should not leave these descriptors
# open afterwards
echo TEST
9
>
/dev/
null
echo MUST ERROR OUT
>&
9
echo
"Output to fd#9: $?"