Added CONFIG_CLEAR and CONFIG_RESET to config.maemo
[busybox4maemo] / shell / hush_test / hush-parsing / noeol2.tests
1 # last line has no EOL!
2 if true
3 then
4   echo 1
5 else
6   echo 2
7 fi