summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-read/read_r.tests (plain)
blob: 2c4cc6106df22f475bacaebf75fcbd2973223b38
1echo -e 'test\\\nbest' | (read reply; echo "$reply")
2echo -e 'test\\\nbest' | (read -r reply; echo "$reply")
3