aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/exitcode_trap2.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko2020-02-261-2/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash,hush: testcase for "exit" without arguments in a trapDenys Vlasenko2020-02-191-0/+9
hush fails this one Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>