aboutsummaryrefslogtreecommitdiffstats
path: root/tests/array.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/array.tests')
-rw-r--r--tests/array.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/array.tests b/tests/array.tests
index db02c89..4f5d830 100644
--- a/tests/array.tests
+++ b/tests/array.tests
@@ -322,7 +322,7 @@ echo ${av[@]:3:5} # how about too many elements?
echo positive offset - expect five seven
echo ${av[@]:5:2}
-echo negative offset - expect five seven
+echo negative offset to unset element - expect seven
echo ${av[@]: -2:2}
echo positive offset 2 - expect seven