aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/param_subshell.tests
AgeCommit message (Collapse)Author
2009-04-10hush: tighten up "for" variable name check.Denis Vlasenko
Add TODOs. Disable redir4.right part where we differ from bash. It is not a bug per standards. Add a few tests, one is in hush-bugs section: and_or_and_backgrounding.right. It will likely bite users in real world usage.
2009-04-07use sleep rather than usleepMike Frysinger
2009-04-05hush: fix passing of $n on NOMMUDenis Vlasenko