Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1
/
busybox
/
4e78bdb482363ce3d708250ad80a9b303c48ade7
/
.
/
busybox-1.19.3
/
shell
/
msh_test
/
msh-execution
/
nested_break.tests
blob: 1a954d22728363a2c8b10fc2c497383999595035 [
file
] [
log
] [
blame
]
# Testcase for http://bugs.busybox.net/view.php?id=846
n
=
0
while
:
do
echo A
while
:
do
echo B
break
done
echo iteration
[
$n
=
1
]
&&
break
echo C
n
=
`expr $n + 1`
done
echo D