Start 1.33.0 development cycle
[oweals/busybox.git] / shell / ash_test / ash-redir / redir9.tests
1 echo Ok >file.tmp
2 cat 0<>file.tmp
3 echo Done:$?
4 rm file.tmp