summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/var6.tests (plain)
blob: aea36d62d535969f36779936352a46ca8e66251a
1# reject invalid vars
2"$THIS_SH" -c 'echo ${1q}'
3"$THIS_SH" -c 'echo ${&}'
4#"$THIS_SH" -c 'echo ${$}' -- this is valid as it's the same as $$
5