Imported from ../bash-3.1.tar.gz.
[platform/upstream/bash.git] / tests / dollar-at-star
index d8329b1..25c2443 100755 (executable)
@@ -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