summaryrefslogtreecommitdiff
path: root/tests/errors5.sub
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2018-05-22 16:51:07 -0400
committerChet Ramey <chet.ramey@case.edu>2018-05-22 16:51:07 -0400
commit9a51695bed07d37086c352372ac69d0a30039a6b (patch)
tree4d0f57cba0dd1ec7a75aae56e18cfe9997d0b7a7 /tests/errors5.sub
parent7de27456f6494f5f9c11ea1c19024d0024f31112 (diff)
downloadbash-5.0-alpha.tar.gz
bash-5.0-alpha releasebash-5.0-alpha
Diffstat (limited to 'tests/errors5.sub')
-rw-r--r--tests/errors5.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/errors5.sub b/tests/errors5.sub
index 7d9068b7..112b2a11 100644
--- a/tests/errors5.sub
+++ b/tests/errors5.sub
@@ -5,6 +5,7 @@ set -u
( echo ${#array} )
( echo ${array} )
+( echo ${array[7]} )
set -- 1 2 3
( echo ${#7} )