X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=shell%2Fhush_test%2Fhush-vars%2Fvar3.tests;h=aea36d62d535969f36779936352a46ca8e66251a;hb=ff59b7b112e5dd9a69e138aa01b91d76c8b04be6;hp=e09f4331780f7a29215f9250cbf428db36201bc7;hpb=d3081062453cb394052dd2d8ecda94aaaff3c6df;p=oweals%2Fbusybox.git diff --git a/shell/hush_test/hush-vars/var3.tests b/shell/hush_test/hush-vars/var3.tests index e09f43317..aea36d62d 100755 --- a/shell/hush_test/hush-vars/var3.tests +++ b/shell/hush_test/hush-vars/var3.tests @@ -1,4 +1,4 @@ # reject invalid vars "$THIS_SH" -c 'echo ${1q}' "$THIS_SH" -c 'echo ${&}' -"$THIS_SH" -c 'echo ${$}' +#"$THIS_SH" -c 'echo ${$}' -- this is valid as it's the same as $$