aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-signals/signal1.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko2009-09-271-5/+5
| | | | | | | | | function old new delta evalvar 1373 1371 -2 builtin_trap 457 441 -16 trapcmd 260 236 -24 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash: fix `trap`Denys Vlasenko2009-09-231-5/+5
| | | | | | | | | | | | function old new delta forkshell 738 810 +72 popstring 134 140 +6 parse_command 1460 1463 +3 evalvar 1373 1371 -2 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/1 up/down: 81/-2) Total: 79 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash: fix testcase to not sleep for whole 10 seconds,Denis Vlasenko2008-07-261-4/+4
| | | | | gets annoying pretty fast. Also fix wrong message there.
* ash: add a testcase for recently fixed signal bugDenis Vlasenko2008-02-131-0/+20