Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1
/
.
/
shell
/
ash_test
/
ash-redir
/
redir2.tests
blob: 61ccea30cb53205c0d5bf47b3389605b1e4a27f7 [
file
] [
log
] [
blame
]
# ash once couldn't redirect above fd#9
exec
1
>
/dev/
null
(
echo LOST1
>&
22
)
22
>&
1
(
echo LOST2
>&
22
)
22
>&
1
(
echo OK
>&
22
)
22
>&
2