Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
5f1b90b91af1076e6ba63afa7e4d7a3dbf841ce2
/
.
/
shell
/
hush_test
/
hush-read
/
read_SIGCHLD.tests
blob: c5f673aff50ab718a7febda90aa453c8cd2d3884 [
file
] [
log
] [
blame
]
x
=
BAD
{
sleep
0.4
;
echo
Ok
;
}
|
{
sleep
0.2
&
read x
;
echo
"x='$x'"
;
}
echo
"exitcode:$?"