hush: make getch/peek functions directly called
[oweals/busybox.git] / shell / hush_test / hush-vars / param_glob.tests
index 0173fd771a97a126ae59e88f81b68c27688bcde6..4d74fee029556216ca5914d7ed90f21e04971ab0 100755 (executable)
@@ -1,7 +1,6 @@
 if test $# = 0; then
-    # UNFIXED BUG in builtin_exec! will glob param!
-    #exec "$THIS_SH" "$0" 'param_glob.t*'
-    "$THIS_SH" "$0" 'param_glob.t*'
+    exec "$THIS_SH" "$0" 'param_glob.t*'
+    echo NOT SHOWN
     exit
 fi
 echo $*