aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* ash: add a testcase for recently fixed signal bugDenis Vlasenko2008-02-134-7/+49
|
* ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko2007-11-222-0/+7
| | | | | | | | | | | | | | | | redirect 983 1024 +41 bb_echo 276 301 +25 popredir 118 132 +14 evalcommand 1163 1176 +13 bbunpack 358 366 +8 echocmd 13 5 -8 echo_main 13 5 -8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/2 up/down: 101/-16) Total: 85 bytes text data bss dec hex filename 774999 962 9236 785197 bfb2d busybox_old 775084 962 9236 785282 bfb82 busybox_unstripped
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-205-7/+7
|
* clean up accumulated whitespace damageDenis Vlasenko2007-03-071-1/+1
|
* ash: "here document" testcasesDenis Vlasenko2007-03-052-0/+115
|
* add ash testcasesDenis Vlasenko2007-03-052-0/+29
|
* small ash testsuite, adapted from bashDenis Vlasenko2007-03-0513-0/+978
(only a small part of it, actually)