X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=shell%2Fhush_test%2Fhush-vars%2Fvar3.tests;h=aea36d62d535969f36779936352a46ca8e66251a;hb=ff59b7b112e5dd9a69e138aa01b91d76c8b04be6;hp=2947fccee7ae98fdbe284bc111bd8ce83bfaaefb;hpb=0b87e4ad1515831006618649f8afffd6c0b78f78;p=oweals%2Fbusybox.git diff --git a/shell/hush_test/hush-vars/var3.tests b/shell/hush_test/hush-vars/var3.tests index 2947fccee..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 -hush -c 'echo ${1q}' -hush -c 'echo ${&}' -hush -c 'echo ${$}' +"$THIS_SH" -c 'echo ${1q}' +"$THIS_SH" -c 'echo ${&}' +#"$THIS_SH" -c 'echo ${$}' -- this is valid as it's the same as $$