diff options
Diffstat (limited to 'tests/dollar-at-star')
-rwxr-xr-x | tests/dollar-at-star | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/dollar-at-star b/tests/dollar-at-star index d8329b11..25c24435 100755 --- a/tests/dollar-at-star +++ b/tests/dollar-at-star @@ -219,4 +219,8 @@ ${THIS_SH} ./dollar-at1.sub # $@. Bugs through bash-2.05b ${THIS_SH} ./dollar-at2.sub +# tests for various expansions of $* in different contexts -- word split, +# no splitting, etc. when $IFS is NUL +${THIS_SH} ./dollar-star2.sub + exit 0 |