aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-signals
AgeCommit message (Expand)Author
2020-10-24hush: output bash-compat killing signal namesDenys Vlasenko
2017-07-24ash: copy three tests from hush_test/hush-signals/*Denys Vlasenko
2016-10-26typo fixesDenys Vlasenko
2016-10-03ash testsuite: add most of hust tests which pass for ashDenys Vlasenko
2016-10-01ash,hush: add a test that "continue" does not cripple trapsDenys Vlasenko
2016-10-01ash testsuite: add return_in_trap1.testsDenys Vlasenko
2016-10-01ash testsuite: remove two inadvertent bashismsDenys Vlasenko
2016-07-16ash: do not leave SIGQUIT ignored on "exec CMD"Denys Vlasenko
2011-02-21slightly better wording in commentsDenys Vlasenko
2011-02-21ash: fix ash-signals/signal8 testcase failureDenys Vlasenko
2010-09-25ash: fix signal and "set -e" interactionDenys Vlasenko
2010-07-25ash: fix $! value when traps are setAlexander Shishkin
2010-06-03ash: fix redirection of fd 0 in scripts are sourced from interactive ashDenys Vlasenko
2010-05-18ash: fix bug which causes signal6.tests to failDenys Vlasenko
2010-05-17fix false positive in signal5.testsDenys Vlasenko
2010-05-17add two more tests which currently failDenys Vlasenko
2010-05-17ash: fix signal5.testsDenys Vlasenko
2010-05-17ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko
2010-03-26ash: trap with bad signal name should not abortDenys Vlasenko
2009-10-09laguage and copyright date corrections, no code changesDenys Vlasenko
2009-10-09ash: make one testsuite entry more robustDenys Vlasenko
2009-09-27ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko
2009-09-25ash: better handling of EXIT trap in `trap` hackDenys Vlasenko
2009-09-23ash: fix `trap`Denys Vlasenko
2008-10-27ash: add testcase for bug 5304Denis Vlasenko
2008-07-26ash: add slightly different testcaseDenis Vlasenko
2008-07-26ash: fix testcase to not sleep for whole 10 seconds,Denis Vlasenko
2008-07-26ash: hopefully close bug 4324. With testcase.Denis Vlasenko
2008-02-13ash: add a testcase for recently fixed signal bugDenis Vlasenko