diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-19 12:26:08 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-19 12:26:08 +0000 |
commit | bbc88550db62ffe2cbdecd62c21252a941f8db36 (patch) | |
tree | f8bb38981a4f18dd377ad8fc585900187d2ef50a /Test | |
parent | 1c7075f8b921638d4a0d32358e63ae1648ac1b45 (diff) | |
download | zsh-bbc88550db62ffe2cbdecd62c21252a941f8db36.tar.gz zsh-bbc88550db62ffe2cbdecd62c21252a941f8db36.tar.xz zsh-bbc88550db62ffe2cbdecd62c21252a941f8db36.zip |
27723: eval shouldn't modify non-zero return statuses
Diffstat (limited to 'Test')
-rw-r--r-- | Test/D02glob.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst index 84453ee5c..0aea26183 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -425,7 +425,7 @@ >/ [[:WORD:]] yes [[ foo = (#c0)foo ]] -1:Misplaced (#c...) flag +2:Misplaced (#c...) flag ?(eval):1: bad pattern: (#c0)foo mkdir glob.tmp/dir5 |