2c4cc6106df22f475bacaebf75fcbd2973223b38
[external/busybox.git] / util-linux / 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")