diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-19 12:45:35 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-19 12:45:35 +0000 |
commit | ed5d0535140693dbfa3f0e6d8bf844dfc2d4943b (patch) | |
tree | 45d2421837fc771ecc43d94e637670bffbb2e096 /Test | |
parent | bbc88550db62ffe2cbdecd62c21252a941f8db36 (diff) | |
download | zsh-ed5d0535140693dbfa3f0e6d8bf844dfc2d4943b.tar.gz zsh-ed5d0535140693dbfa3f0e6d8bf844dfc2d4943b.tar.xz zsh-ed5d0535140693dbfa3f0e6d8bf844dfc2d4943b.zip |
27722: bad error reporting and checking in conditions
Diffstat (limited to 'Test')
-rw-r--r-- | Test/C02cond.ztst | 8 | ||||
-rw-r--r-- | Test/V01zmodload.ztst | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst index a824709d3..2d4204038 100644 --- a/Test/C02cond.ztst +++ b/Test/C02cond.ztst @@ -285,6 +285,14 @@ F:Failures in these cases do not indicate a problem in the shell. 0:MATCH, MBEGIN, MEND, match, mbegin, mend >OK + [[ -fail badly ]] +2:Error message for unknown prefix condition +?(eval):1: unknown condition: -fail + + [[ really -fail badly ]] +2:Error message for unknown infix condition +?(eval):1: unknown condition: -fail + %clean # This works around a bug in rm -f in some versions of Cygwin chmod 644 unmodish diff --git a/Test/V01zmodload.ztst b/Test/V01zmodload.ztst index d5e3605ac..25eb81f01 100644 --- a/Test/V01zmodload.ztst +++ b/Test/V01zmodload.ztst @@ -151,7 +151,7 @@ print "Shouldn't get here.") 2:Failed condition autoload ?(eval):3: module `zsh/parameter' has no such feature: `c:fail': autoload cancelled -?(eval):3: unknown condition: -foo +?(eval):3: unknown condition: -fail (zmodload -u zsh/parameter zmodload -aF zsh/parameter f:fail |