This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
acd5bc8f64
busybox
/
shell
/
hush_test
/
hush-misc
/
colon.tests
6 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
2008-06-14 21:20:55 +05:30
false
:
echo $?
hush: fix a bug where we were requiring semicolon here: (cmd;) also fix a bug where after error prompt is not shown. function old new delta parse_stream 1612 1638 +26 parse_and_run_stream 361 375 +14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 40/0) Total: 40 bytes
2008-06-14 22:43:20 +05:30
(while :; do exit; done)
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
2008-06-14 21:20:55 +05:30
echo OK: $?
Reference in New Issue
Copy Permalink