Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-psubst/emptytick.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (13 years, 11 months ago) by niro
File size: 298 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 true; ``; echo $?
2 false; ``; echo $?
3 true; `""`; echo $?
4 false; `""`; echo $?
5 true; ` `; echo $?
6 false; ` `; echo $?
7
8 true; $(); echo $?
9 false; $(); echo $?
10 true; $(""); echo $?
11 false; $(""); echo $?
12 true; $( ); echo $?
13 false; $( ); echo $?
14
15 exec ''; echo $?
16 echo Not reached

Properties

Name Value
svn:executable *