Magellan Linux

Annotation of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-misc/compound.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (hide annotations) (download)
Sun May 30 11:32:42 2010 UTC (14 years ago) by niro
File size: 350 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 niro 984 echo new group
2     echo 0; { :; }
3     echo 1; { : ;}
4     echo 2; ({ :; })
5     echo 3; ({ : ;})
6     echo 4; ( : )
7     echo 5; ( :; )
8     echo 6; ( : ;)
9     # not sure if POSIX requires these, but bash accepts them ...
10     #echo 7; {( : )}
11     #echo 8; {( :; )}
12     #echo 9; {( : ;)}
13    
14     echo new group
15     #echo 0; {(:);}
16    
17     echo new group
18     echo 0; (:)
19     echo 1; (:;)
20     echo 2; (:);
21     echo 3; (:;);

Properties

Name Value
svn:executable *