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

5 lines
101 B
Plaintext
Raw Normal View History

2009-03-28 21:06:38 +00:00
# reject invalid vars
"$THIS_SH" -c 'echo ${1q}'
"$THIS_SH" -c 'echo ${&}'
"$THIS_SH" -c 'echo ${$}'