ash: fix open fds leaking in redirects. Closes 9561
[oweals/busybox.git] / shell / hush_test / hush-redir / redir_multi.tests
1 echo "Testing multiple redirections to same fd"
2 # bug was making us lose fd #1 after this:
3 echo Hello >/dev/null 1>&2
4 echo Done1
5 echo Done2 >&2