diff options
| author | Chet Ramey <chet.ramey@case.edu> | 2018-05-22 16:51:07 -0400 |
|---|---|---|
| committer | Chet Ramey <chet.ramey@case.edu> | 2018-05-22 16:51:07 -0400 |
| commit | 9a51695bed07d37086c352372ac69d0a30039a6b (patch) | |
| tree | 4d0f57cba0dd1ec7a75aae56e18cfe9997d0b7a7 /tests/errors5.sub | |
| parent | 7de27456f6494f5f9c11ea1c19024d0024f31112 (diff) | |
| download | bash-5.0-alpha.tar.gz | |
bash-5.0-alpha releasebash-5.0-alpha
Diffstat (limited to 'tests/errors5.sub')
| -rw-r--r-- | tests/errors5.sub | 1 |
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} ) |
