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