about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-06-18 13:39:56 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-06-18 13:39:56 +0000
commit5d6e1ce9c4351dae3995762d153d365d5618e21e (patch)
tree09a688655281bd59a07dd00adae436461ac2c0e9 /Test
parentabae4fe16e26cf027e7c8165d27b93d74bbd18b2 (diff)
downloadzsh-5d6e1ce9c4351dae3995762d153d365d5618e21e.tar.gz
zsh-5d6e1ce9c4351dae3995762d153d365d5618e21e.tar.xz
zsh-5d6e1ce9c4351dae3995762d153d365d5618e21e.zip
not 23562 but should have been: test correction
Diffstat (limited to 'Test')
-rw-r--r--Test/C01arith.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst
index 0e9216aaf..b80f78b6a 100644
--- a/Test/C01arith.ztst
+++ b/Test/C01arith.ztst
@@ -93,7 +93,7 @@
 
   (( newarray[unsetvar] = 1 ))
 2:error using unset variable as index
-?(eval):1:  assignment to invalid subscript range
+?(eval):1: newarray: assignment to invalid subscript range
 
   integer setvar=1
   (( newarray[setvar]++ ))