Added CONFIG_CLEAR and CONFIG_RESET to config.maemo
[busybox4maemo] / shell / hush_test / hush-bugs / tick.tests
1 true
2 false; echo `echo $?`
3 true
4 { false; echo `echo $?`; }