source: MondoRescue/branches/3.3/mindi-busybox/shell/ash_test/ash-misc/func2.tests@ 3865

Last change on this file since 3865 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: 124 bytes
RevLine 
[3621]1i=0
2while test $i != 2; do
3 f() { echo First $i; }
4 f
5 f() { echo Second $i; }
6 f
7 : $((i++))
8done
9echo Done
Note: See TracBrowser for help on using the repository browser.