busybox/shell/hush_test/hush-vars/var6.tests
Denys Vlasenko 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-02 18:17:15 +02:00

5 lines
142 B
Plaintext
Executable File

# reject invalid vars
"$THIS_SH" -c 'echo ${1q}'
"$THIS_SH" -c 'echo ${&}'
#"$THIS_SH" -c 'echo ${$}' -- this is valid as it's the same as $$