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

6 lines
235 B
Plaintext
Raw Normal View History

2009-03-29 02:36:38 +05:30
# reject invalid vars
# (set argv0 to "SHELL" to avoid "/path/to/shell: blah" in error messages)
"$THIS_SH" -c 'echo ${1q}' SHELL
"$THIS_SH" -c 'echo ${&}' SHELL
#"$THIS_SH" -c 'echo ${$}' SHELL -- this is valid as it's the same as $$