diff options
author | Denis Vlasenko | 2009-03-31 22:14:32 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-03-31 22:14:32 +0000 |
commit | d3081062453cb394052dd2d8ecda94aaaff3c6df (patch) | |
tree | 374ee8629cea1a035e13ed8c05e1ef4ee46fb9ee /shell/hush_test/hush-vars/var3.tests | |
parent | 9983d806d910ef1e01bc1868ded40720cee3f092 (diff) | |
download | busybox-d3081062453cb394052dd2d8ecda94aaaff3c6df.zip busybox-d3081062453cb394052dd2d8ecda94aaaff3c6df.tar.gz |
hust_test/*: use "$THIS_SH" instead of hush
Diffstat (limited to 'shell/hush_test/hush-vars/var3.tests')
-rwxr-xr-x | shell/hush_test/hush-vars/var3.tests | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/hush_test/hush-vars/var3.tests b/shell/hush_test/hush-vars/var3.tests index 2947fcc..e09f433 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 ${$}' |