Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] 27994: fix error message in test
- X-seq: zsh-workers 27999
- From: "Alexey I. Froloff" <raorn@xxxxxxxxxxxx>
- To: Zsh list <zsh-workers@xxxxxxx>
- Subject: [PATCH] 27994: fix error message in test
- Date: Sat,  5 Jun 2010 23:58:41 +0400
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Signed-off-by: Alexey I. Froloff <raorn@xxxxxxxxxxxx>
---
 Test/V01zmodload.ztst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Test/V01zmodload.ztst b/Test/V01zmodload.ztst
index 25eb81f..090c637 100644
--- a/Test/V01zmodload.ztst
+++ b/Test/V01zmodload.ztst
@@ -143,7 +143,7 @@
   print "Shouldn't get here.")
 1:Failed parameter autoload
 ?(eval):3: module `zsh/parameter' has no such feature: `p:fail': autoload cancelled
-?(eval):3: unknown parameter: fail
+?(eval):3: autoloading module zsh/parameter failed to define parameter: fail
 
   (zmodload -u zsh/parameter
   zmodload -aF zsh/parameter c:fail
-- 
1.7.0.6
Messages sorted by:
Reverse Date,
Date,
Thread,
Author