ash,hush: add a test that "continue" does not cripple traps
[oweals/busybox.git] / shell / hush_test / hush-vars / param_expand_default.tests
index 2320ece42c8ad929e56b655355422a003e9ef560..1ea051748e15cddc1316c0cd22d10257912ceca4 100755 (executable)
@@ -1,6 +1,6 @@
 # first try some invalid patterns (do in subshell due to parsing error)
-hush -c 'echo ${-}'
-hush -c 'echo ${:-}'
+"$THIS_SH" -c 'echo ${-}'
+"$THIS_SH" -c 'echo ${:-}'
 
 # now some funky ones
 echo _${#-} _${#:-}