source: MondoRescue/branches/3.3/mindi-busybox/shell/hush_test/hush-misc/while4.tests@ 3901

Last change on this file since 3901 was 3621, checked in by Bruno Cornec, 10 years ago

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

  • Property svn:executable set to *
File size: 81 bytes
Line 
1false
2while false && echo Not reached; do
3 echo BUG
4 break
5done
6echo Ok:$?
Note: See TracBrowser for help on using the repository browser.