Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1
/
busybox
/
4e78bdb482363ce3d708250ad80a9b303c48ade7
/
.
/
busybox-1.19.3
/
shell
/
msh_test
/
msh-execution
/
many_continues.tests
blob: 86c729abc330052e06d719d12b0381a356288de1 [
file
] [
log
] [
blame
]
if
test $
# = 0; then
# Child will kill us in 1 second
"$THIS_SH"
"$0"
$$
&
# Loop many, many times
trap
'echo OK; exit 0'
15
while
true
;
do
continue
done
echo BAD
exit
1
fi
sleep
1
kill $1