source: MondoRescue/branches/2.2.9/mindi-busybox/shell/hush_test/hush-misc/nommu1.tests@ 3656

Last change on this file since 3656 was 3320, checked in by Bruno Cornec, 10 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
  • Property svn:executable set to *
File size: 105 bytes
Line 
1(echo \
2Ok)
3( (echo \
4Ok) )
5( ( (echo \
6Ok) ) )
7
8(echo \Ok)
9( (echo \Ok) )
10( ( (echo \Ok) ) )
11
12echo Done
Note: See TracBrowser for help on using the repository browser.