Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
c28cafb18d4ecf079d77f15a7b8d9ba6d4241b5a
/
.
/
shell
/
ash_test
/
ash-read
/
read_r.tests
blob: 2c4cc6106df22f475bacaebf75fcbd2973223b38 [
file
] [
log
] [
blame
]
echo
-
e
'test\\\nbest'
|
(
read reply
;
echo
"$reply"
)
echo
-
e
'test\\\nbest'
|
(
read
-
r reply
;
echo
"$reply"
)