hush: add support for ':'; create testsuite entries

text    data     bss     dec     hex filename
 809569     612    7044  817225   c7849 busybox_old
 809528     612    7044  817184   c7820 busybox_unstripped
This commit is contained in:
Denis Vlasenko
2008-06-14 15:50:55 +00:00
parent a84420062a
commit dd316dd283
11 changed files with 47 additions and 25 deletions

View File

@@ -0,0 +1,2 @@
0
OK: 0

View File

@@ -0,0 +1,6 @@
false
:
echo $?
# Extra ; after done is due to a bug
(while :; do exit; done;)
echo OK: $?