aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* ash: fix testcase to not sleep for whole 10 seconds,Denis Vlasenko2008-07-262-12/+11
| | | | | gets annoying pretty fast. Also fix wrong message there.
* ash: hopefully close bug 4324. With testcase.Denis Vlasenko2008-07-262-0/+21
| | | | | | | function old new delta evaltree 621 869 +248 popstring 134 140 +6
* ash: testsuite entries for last changeDenis Vlasenko2008-07-252-0/+5
|
* ash: prevent exec NN>&- from closing fd used for script readingDenis Vlasenko2008-07-242-0/+73
|
* ash: fix a bug where redirection fds were not closed afterwards.Denis Vlasenko2008-07-245-2/+16
| | | | | | | | | | | | | optimize close+fcntl(DUPFD) into dup2. add testsuites. function old new delta copyfd 47 68 +21 argstr 1311 1298 -13 popredir 148 131 -17 redirect 1139 1107 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/3 up/down: 21/-62) Total: -41 bytes
* ash: optional support for $'...\t...\n...' bashismDenis Vlasenko2008-06-232-0/+16
| | | | | | | | | | | function old new delta readtoken1 2824 3172 +348 static.C_escapes - 18 +18 parse_command 1504 1500 -4 SIT 89 83 -6 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/2 up/down: 366/-10) Total: 356 bytes
* ash: fix ${var/s/r} handling, add testcase.Denis Vlasenko2008-06-142-0/+61
|
* ash testsuite: modify it so that it can run hush and msh testsDenis Vlasenko2008-06-051-3/+11
|
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-193-5/+5
|
* ash: add another testsuite entry ("leaking variables" bug)Denis Vlasenko2008-04-132-0/+11
|
* ash: a bit more complete POSIX subst testsuite entryDenis Vlasenko2008-04-122-2/+17
|
* ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko2008-04-122-0/+23
| | | | | ${var%word} ${var%%word}
* ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko2008-03-256-0/+73
|
* ash: add read -u; fix read -t and read -n; add testsuite entries.Denis Vlasenko2008-03-256-0/+24
|
* ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.Denis Vlasenko2008-02-155-1/+23
|
* reinstate redir.tests with correct permsDenis Vlasenko2008-02-131-0/+6
|
* 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)