From d3081062453cb394052dd2d8ecda94aaaff3c6df Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 31 Mar 2009 22:14:32 +0000 Subject: hust_test/*: use "$THIS_SH" instead of hush --- shell/hush_test/hush-vars/var3.tests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/hush_test/hush-vars/var3.tests') diff --git a/shell/hush_test/hush-vars/var3.tests b/shell/hush_test/hush-vars/var3.tests index 2947fccee..e09f43317 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 ${$}' -- cgit v1.2.3