]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/dollar-at-star
bash-4.3-rc2 overlay
[thirdparty/bash.git] / tests / dollar-at-star
index 45e4ed4dc5f6db69ea4bc8de249aeb5500ca47a6..9a5d402a2cfcbc5ff337240c9386334fbb934949 100755 (executable)
@@ -246,6 +246,10 @@ ${THIS_SH} ./dollar-at4.sub
 # through bash-4.2
 ${THIS_SH} ./dollar-at5.sub
 
+# tests for problems with "${@:1}" and other expansions with null entries
+# in positional parameters
+${THIS_SH} ./dollar-at6.sub
+
 # tests for expansions of $* when $1 == ""; problem through bash-4.2
 ${THIS_SH} ./dollar-star6.sub