hush: use ash's read builtin
[oweals/busybox.git] / shell / hush_test / hush-read / read_r.tests
1 echo -e 'test\\\nbest' | (read reply; echo "$reply")
2 echo -e 'test\\\nbest' | (read -r reply; echo "$reply")