aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-glob
AgeCommit message (Expand)Author
2018-08-07ash: expand: Do not quote backslashes in unquoted parameter expansionDenys Vlasenko
2018-07-20hush: never glob result of dquoted "${v:+/bin/c*}"Denys Vlasenko
2016-10-02hush testsuite: add glob_dir.testsDenys Vlasenko
2015-09-04ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko
2010-10-03hush: add brace expansion testcaseDenys Vlasenko
2010-09-06hush: fix globbing+backslashes in unquoted $var expansionDenys Vlasenko
2008-06-18hush: add testsuite for "no globbing in redirection" rule.Denis Vlasenko
2008-06-17move glob_and_assign.tests from hush-bugs to hush-globDenis Vlasenko
2008-06-10hush: fix escaping of \[*?; add testsuites for these and for globbingDenis Vlasenko