Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e05f9286a943eb74bdcdead86c016e6c8cc5c082
/
.
/
shell
/
msh_test
/
msh-execution
/
nested_break.tests
blob: f2e6f81ae8461b9253f666b8c54e78531b9619e1 [
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