source: MondoRescue/branches/3.3/mindi-busybox/shell/ash_test/ash-heredoc/heredoc3.tests@ 3902

Last change on this file since 3902 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: 104 bytes
Line 
1echo hello >greeting
2cat <<EOF &&
3$(cat greeting)
4EOF
5{
6 echo $?
7 cat greeting
8} >/dev/null
9rm greeting
Note: See TracBrowser for help on using the repository browser.