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