Initial public busybox upstream commit
[busybox4maemo] / shell / msh_test / msh-misc / tick.tests
1 true
2 false; echo `echo $?`
3 true
4 { false; echo `echo $?`; }