]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/dollar-at-star
bash-5.1 distribution sources and documentation
[thirdparty/bash.git] / tests / dollar-at-star
index 0f713dc3926f37e21d385ed85e13ed9f3e7f79ff..d48089891c4cc523afa7dd7b296c54fe18ab8794 100755 (executable)
@@ -242,6 +242,10 @@ ${THIS_SH} ./dollar-at-star7.sub
 # members separated by spaces
 ${THIS_SH} ./dollar-at-star8.sub
 
+# more tests of the expansions of $@ and $* (and their array equivalents)
+# with different values for IFS
+${THIS_SH} ./dollar-at-star9.sub
+
 # tests for special expansion of "$*" and "${array[*]}" when used with other
 # expansions -- bugs through bash-2.05b
 ${THIS_SH} ./dollar-star1.sub
@@ -302,4 +306,8 @@ ${THIS_SH} ./dollar-at7.sub
 # IFS is null
 ${THIS_SH} ./dollar-star9.sub
 
+# more tests for expansions of $* when not splitting with IFS set or unset and
+# null strings as the positional parameters
+${THIS_SH} ./dollar-star10.sub
+
 exit 0