hush/shell/ash_test/ash-read/read_r.tests
Denys Vlasenko cc0056db5c ash testsuite: remove two inadvertent bashisms
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-01 17:30:21 +02:00

5 lines
99 B
Plaintext
Executable File

echo 'test\
best' | (read reply; echo "$reply")
echo 'test\
best' | (read -r reply; echo "$reply")