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

Last change on this file since 3621 was 3621, checked in by Bruno Cornec, 7 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: 126 bytes
Line 
1echo 'echo ${^}
2echo line2' >sourced1
3. ./sourced1
4echo Ok1:$?
5
6echo "echo '" >sourced1
7. ./sourced1
8echo Ok2:$?
9
10rm sourced1
Note: See TracBrowser for help on using the repository browser.