diff options
Diffstat (limited to 'shell/ash_test/ash-vars/param_glob.tests')
-rwxr-xr-x | shell/ash_test/ash-vars/param_glob.tests | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ash_test/ash-vars/param_glob.tests b/shell/ash_test/ash-vars/param_glob.tests new file mode 100755 index 0000000..4d74fee --- /dev/null +++ b/shell/ash_test/ash-vars/param_glob.tests @@ -0,0 +1,9 @@ +if test $# = 0; then + exec "$THIS_SH" "$0" 'param_glob.t*' + echo NOT SHOWN + exit +fi +echo $* +echo $@ +echo "$*" +echo "$@" |