aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap/catch.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"Denis Vlasenko2009-04-191-0/+1
| | | | | | | | | | 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
* add test cases for `trap` ... but disabled for now until trap support is ↵Mike Frysinger2009-03-291-0/+4
committed