aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: add tests for interrupting readDenys Vlasenko2011-05-094-0/+15
* hush: fix EXIT trap display inside exit trap handlerDenys Vlasenko2010-09-122-0/+41
* hush: fixes to testsuiteDenys Vlasenko2010-09-101-6/+5
* ash: fix $! value when traps are setAlexander Shishkin2010-07-252-0/+19
* hush: fix subshell.tests failure on NOMMUDenys Vlasenko2010-01-122-5/+20
* typo fix in a comment in a testcase. oh well...Denys Vlasenko2009-09-301-1/+1
* ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko2009-09-272-9/+9
* hush: do not reset to default "" traps in subshellDenys Vlasenko2009-09-252-0/+26
* ash: better handling of EXIT trap in `trap` hackDenys Vlasenko2009-09-252-2/+10
* ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko2009-09-241-6/+6
* hush: fix `trap`Denys Vlasenko2009-09-232-0/+9
* hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"Denis Vlasenko2009-04-191-0/+1
* hust_test/*: use "$THIS_SH" instead of hushDenis Vlasenko2009-03-312-4/+4
* enable trap testsMike Frysinger2009-03-294-0/+0
* add test cases for `trap` ... but disabled for now until trap support is comm...Mike Frysinger2009-03-298-0/+72