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/D04parameter.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/D04parameter.ztst')
-rw-r--r-- | Test/D04parameter.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst index 3bb143a33..3b3cda286 100644 --- a/Test/D04parameter.ztst +++ b/Test/D04parameter.ztst @@ -74,7 +74,7 @@ 1:${...:?...}, ${...?...} >set1v > -?ZTST_execchunk:2: unset1: exiting1 +?ZTST_execchunk:1: unset1: exiting1 ?ZTST_execchunk:2: null1: exiting2 print ${set1:+word1} ${set1+word2} ${null1:+word3} ${null1+word4} |