Start 1.33.0 development cycle
[oweals/busybox.git] / shell / ash_test / ash-misc / continue1.tests
1 for v in a b c; do echo A:$v; continue 666; done
2 echo OK1
3 for v in a b c; do echo A:$v; continue 666; done
4 echo OK2