aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap
AgeCommit message (Expand)Author
2011-05-09hush: add tests for interrupting readDenys Vlasenko
2010-09-12hush: fix EXIT trap display inside exit trap handlerDenys Vlasenko
2010-09-10hush: fixes to testsuiteDenys Vlasenko
2010-07-25ash: fix $! value when traps are setAlexander Shishkin
2010-01-12hush: fix subshell.tests failure on NOMMUDenys Vlasenko
2009-09-30typo fix in a comment in a testcase. oh well...Denys Vlasenko
2009-09-27ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko
2009-09-25hush: do not reset to default "" traps in subshellDenys Vlasenko
2009-09-25ash: better handling of EXIT trap in `trap` hackDenys Vlasenko
2009-09-24ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko
2009-09-23hush: fix `trap`Denys Vlasenko
2009-04-19hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"Denis Vlasenko
2009-03-31hust_test/*: use "$THIS_SH" instead of hushDenis Vlasenko
2009-03-29enable trap testsMike Frysinger
2009-03-29add test cases for `trap` ... but disabled for now until trap support is comm...Mike Frysinger