shell: remove ${#+} tests, it is not a valid construct
[oweals/busybox.git] / shell / hush_test / hush-vars / var6.tests
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 $$