Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] 27994: fix error message in test



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