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/param_expand_alt.tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/hush_test/hush-vars/param_expand_alt.tests') diff --git a/shell/hush_test/hush-vars/param_expand_alt.tests b/shell/hush_test/hush-vars/param_expand_alt.tests index c46075b8d..dcdca86d4 100755 --- a/shell/hush_test/hush-vars/param_expand_alt.tests +++ b/shell/hush_test/hush-vars/param_expand_alt.tests @@ -1,6 +1,6 @@ # first try some invalid patterns (do in subshell due to parsing error) -hush -c 'echo ${+} ; echo moo' -hush -c 'echo ${:+} ; echo moo' +"$THIS_SH" -c 'echo ${+} ; echo moo' +"$THIS_SH" -c 'echo ${:+} ; echo moo' # now some funky ones echo _${#+} _${#:+} -- cgit v1.2.3