Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-misc/redir3.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (14 years ago) by niro
File size: 267 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 echo Error >/does/not/exist; echo One:$?
2 t=BAD
3 t=Ok >>/cant/be/created; echo One:$?
4 echo $t
5 ! >/cant/be/created; echo Zero:$?
6 exec >/cant/be/created; echo One:$?
7 exec /bin/true >/cant/be/created; echo One:$?
8 ! exec /bin/true >/cant/be/created; echo Zero:$?
9 echo Done

Properties

Name Value
svn:executable *