source: MondoRescue/branches/3.3/mindi-busybox/shell/ash_test/ash-misc/command2.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: 115 bytes
Line 
1echo "echo test1; ./test2.sh" >test1.sh
2echo "echo test2" >test2.sh
3
4command . ./test1.sh
5
6rm -f test1.sh test2.sh
Note: See TracBrowser for help on using the repository browser.