hush/shell/hush_test/hush-vars/var3.tests
2009-03-31 22:14:32 +00:00

5 lines
101 B
Plaintext
Executable File

# reject invalid vars
"$THIS_SH" -c 'echo ${1q}'
"$THIS_SH" -c 'echo ${&}'
"$THIS_SH" -c 'echo ${$}'