Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
aaf7a2e24d4c284328569eff44e67e29b223822b
/
.
/
shell
/
hush_test
/
hush-redir
/
redir2.tests
blob: 61ccea30cb53205c0d5bf47b3389605b1e4a27f7 [
file
] [
log
] [
blame
]
Denys Vlasenko
df303ae
2016-10-02 18:32:52 +0200
[
diff
] [
blame
]
1
# ash once couldn't redirect above fd#9
2
exec
1
>
/dev/
null
3
(
echo LOST1
>&
22
)
22
>&
1
4
(
echo LOST2
>&
22
)
22
>&
1
5
(
echo OK
>&
22
)
22
>&
2