summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-read/read_r.tests (plain)
blob: 1f0a18afc40b329668be8a037453f3073014b6b5
1echo 'test\
2best' | (read reply; echo "$reply")
3echo 'test\
4best' | (read -r reply; echo "$reply")
5