shell: optional support for read -t N.NNN, closes 10101
[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