ash,hush: add a test that "continue" does not cripple traps
[oweals/busybox.git] / shell / hush_test / hush-vars / var3.tests
index 2947fccee7ae98fdbe284bc111bd8ce83bfaaefb..aea36d62d535969f36779936352a46ca8e66251a 100755 (executable)
@@ -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 $$