aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-signals (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: output bash-compat killing signal namesDenys Vlasenko2020-10-245-3/+51
| | | | | | | | | This significantly syncronises ash-signals and hush-signals tests. function old new delta process_wait_result 449 450 +1 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: add support for "set -e"Denys Vlasenko2017-07-144-0/+45
| | | | | | | | | | | | | | function old new delta run_list 978 1046 +68 o_opt_strings 24 32 +8 reset_traps_to_defaults 136 142 +6 pick_sighandler 57 60 +3 packed_usage 31772 31770 -2 hush_main 983 961 -22 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/2 up/down: 85/-24) Total: 61 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: "adopt" ash signal4.testsDenys Vlasenko2017-07-062-0/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo fixesDenys Vlasenko2016-10-261-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush testsuite: add many tests from ash testsuiteDenys Vlasenko2016-10-0214-0/+135
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash,hush: add a test that "continue" does not cripple trapsDenys Vlasenko2016-10-012-0/+8
| | | | | | Both shells pass this test. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash testsuite: add return_in_trap1.testsDenys Vlasenko2016-10-0120-0/+227
Currently it fails Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>