busybox/shell/hush_test/hush-vars/var3.tests

5 lines
101 B
Plaintext
Raw Normal View History

2009-03-29 02:36:38 +05:30
# reject invalid vars
"$THIS_SH" -c 'echo ${1q}'
"$THIS_SH" -c 'echo ${&}'
"$THIS_SH" -c 'echo ${$}'