ash: fix signal5.tests
[oweals/busybox.git] / 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")