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:
2
shell/hush_test/hush-misc/colon.right
Normal file
2
shell/hush_test/hush-misc/colon.right
Normal file
@@ -0,0 +1,2 @@
|
||||
0
|
||||
OK: 0
|
6
shell/hush_test/hush-misc/colon.tests
Executable file
6
shell/hush_test/hush-misc/colon.tests
Executable file
@@ -0,0 +1,6 @@
|
||||
false
|
||||
:
|
||||
echo $?
|
||||
# Extra ; after done is due to a bug
|
||||
(while :; do exit; done;)
|
||||
echo OK: $?
|
Reference in New Issue
Block a user