aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap/catch.right
AgeCommit message (Collapse)Author
2009-04-19hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"Denis Vlasenko
corner case; improve hush_leaktool.sh; fix some false positives in testsuite function old new delta builtin_export 191 206 +15 parse_stream 2196 2200 +4
2009-03-29add test cases for `trap` ... but disabled for now until trap support is ↵Mike Frysinger
committed