summaryrefslogtreecommitdiff
path: root/tests/dollar-at-star
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2014-04-30 16:53:39 -0400
committerChet Ramey <chet.ramey@case.edu>2014-04-30 16:53:39 -0400
commit0d9b018b93e04a122c0a7f51538b26f68b9c8849 (patch)
tree0ec3599b39c7c65999a46abaf78c0035105386aa /tests/dollar-at-star
parentcd2c7280589edcb4ac6fb6eae75898a9000ff267 (diff)
downloadbash-0d9b018b93e04a122c0a7f51538b26f68b9c8849.tar.gz
commit bash-20140418 snapshot
Diffstat (limited to 'tests/dollar-at-star')
-rwxr-xr-xtests/dollar-at-star4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/dollar-at-star b/tests/dollar-at-star
index 9a5d402a..fa7ac348 100755
--- a/tests/dollar-at-star
+++ b/tests/dollar-at-star
@@ -211,6 +211,10 @@ esac
# arrays) -- bugs through bash 4.2
${THIS_SH} ./dollar-at-star1.sub
+# more tests for expanding $@ and $* in a context where there is no word
+# splitting
+${THIS_SH} ./dollar-at-star2.sub
+
# tests for special expansion of "$*" and "${array[*]}" when used with other
# expansions -- bugs through bash-2.05b
${THIS_SH} ./dollar-star1.sub