aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/var3.tests
AgeCommit message (Collapse)Author
2016-10-02hush: fix var3.testsDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-02sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-06-01hush: add support for special vars in bracesMike Frysinger
Some people like to use ${?} rather than $?, so make sure we support all the special single char vars that use this form. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-03-31hust_test/*: use "$THIS_SH" instead of hushDenis Vlasenko
2009-03-28test for invalid named variablesMike Frysinger