upload tizen1.0 source
[external/busybox.git] / util-linux / shell / ash_test / ash-read / read_r.tests
1 echo -e 'test\\\nbest' | (read reply; echo "$reply")
2 echo -e 'test\\\nbest' | (read -r reply; echo "$reply")