Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
db7f4c203b6571f39774102fc653d5e619b26c50
/
.
/
shell
/
hush_test
/
hush-read
/
read_r.tests
blob: 1f0a18afc40b329668be8a037453f3073014b6b5 [
file
] [
log
] [
blame
]
Denys Vlasenko
5d6b872
2016-10-02 17:39:31 +0200
[
diff
] [
blame
]
1
echo
'test\
2
best'
|
(
read reply
;
echo
"$reply"
)
3
echo
'test\
4
best'
|
(
read
-
r reply
;
echo
"$reply"
)