diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 16:41:19 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 16:41:19 +0000 |
commit | cef000cc628ab20603dbfb5eff4d76bbad15e3be (patch) | |
tree | 40a97a12baa2f96cedbc78125a9e7f465f26b0c0 /Test/D06subscript.ztst | |
parent | 7457bdc19d9db02070092c6657ffdc2a8fd85fae (diff) | |
download | zsh-cef000cc628ab20603dbfb5eff4d76bbad15e3be.tar.gz zsh-cef000cc628ab20603dbfb5eff4d76bbad15e3be.tar.xz zsh-cef000cc628ab20603dbfb5eff4d76bbad15e3be.zip |
15329: test script changes to go with 15327 LINENO change
Diffstat (limited to 'Test/D06subscript.ztst')
-rw-r--r-- | Test/D06subscript.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/D06subscript.ztst b/Test/D06subscript.ztst index d7ba59b3f..ac233c1a2 100644 --- a/Test/D06subscript.ztst +++ b/Test/D06subscript.ztst @@ -95,7 +95,7 @@ eval 'A[*]=star' 1:Illegal associative array assignment -?ZTST_execchunk:2: A: attempt to set slice of associative array +?ZTST_execchunk:1: A: attempt to set slice of associative array x='*' A[$x]=xstar |