ash: fix open fds leaking in redirects. Closes 9561
[oweals/busybox.git] / shell / hush_test / hush-redir / redir9.tests
1 echo Ok >file.tmp
2 cat 0<>file.tmp
3 echo Done:$?
4 rm file.tmp