diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Test/C01arith.ztst | 2 |
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]++ )) |