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

Last change on this file since 3642 was 3621, checked in by Bruno Cornec, 8 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: 114 bytes
Line 
1echo "true && return; echo Should not be printed" >return_sourced
2. ./return_sourced
3rm return_sourced
4echo Ok:$?
Note: See TracBrowser for help on using the repository browser.