about summary refs log tree commit diff
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
parentabae4fe16e26cf027e7c8165d27b93d74bbd18b2 (diff)
downloadzsh-5d6e1ce9c4351dae3995762d153d365d5618e21e.tar.gz
zsh-5d6e1ce9c4351dae3995762d153d365d5618e21e.tar.xz
zsh-5d6e1ce9c4351dae3995762d153d365d5618e21e.zip
not 23562 but should have been: test correction
-rw-r--r--ChangeLog3
-rw-r--r--Test/C01arith.ztst2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ac69f124..10cde2883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-06-18  Peter Stephenson  <pws@csr.com>
 
+	* unposted (should be in 23562): Test/C01arith.ztst: stupidity
+	strikes again
+
 	* 23562: README, Doc/Zsh/options.yo, Doc/Zsh/params.yo,
 	Src/exec.c, Src/glob.c, Src/options.c, Src/params.c, Src/subst.c,
 	Src/zsh.h, Src/Modules/mapfile.c, Src/Modules/parameter.c,
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]++ ))