Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
18f2a79f9b0cb10cc54bb92e5f40f0a72c707f6f
/
.
/
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