Sign in
coral
/
busybox
/
refs/heads/release-day
/
.
/
shell
/
ash_test
/
ash-read
/
read_SIGCHLD.tests
blob: c5f673aff50ab718a7febda90aa453c8cd2d3884 [
file
] [
log
] [
blame
] [
edit
]
x
=
BAD
{
sleep
0.4
;
echo
Ok
;
}
|
{
sleep
0.2
&
read x
;
echo
"x='$x'"
;
}
echo
"exitcode:$?"