e37d5e45a874043ea785ea828ec7fa7e1aef6ea0
[external/busybox.git] / util-linux / shell / ash_test / ash-redir / redir3.tests
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: $?"