aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/var3.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: fix var3.testsDenys Vlasenko2016-10-021-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko2016-10-021-4/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: add support for special vars in bracesMike Frysinger2009-06-011-1/+1
| | | | | | | 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>
* hust_test/*: use "$THIS_SH" instead of hushDenis Vlasenko2009-03-311-3/+3
|
* test for invalid named variablesMike Frysinger2009-03-281-0/+4