Tomato 1.25
[tomato.git] / release / src / router / busybox / shell / hush_test / hush-misc / break1.tests
blob912f149c12162f511e0dc6a24b9c6f3abfd7d5c8
1 while true; do echo A; break; echo B; done
2 echo OK:$?