upload tizen1.0 source
[external/busybox.git] / util-linux / shell / ash_test / ash-redir / redir2.tests
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