Start 1.33.0 development cycle
[oweals/busybox.git] / shell / ash_test / ash-read / read_r.tests
1 echo 'test\
2 best' | (read reply; echo "$reply")
3 echo 'test\
4 best' | (read -r reply; echo "$reply")