hush: small fix for repeated continue and fix for wrong loop depth count
[oweals/busybox.git] / shell / hush_test / hush-misc / while1.tests
1 while false; do echo NOT SHOWN; done
2 echo OK:$?