From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1300 invoked by alias); 5 Jun 2010 20:04:06 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27999 Received: (qmail 9341 invoked from network); 5 Jun 2010 20:04:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at altlinux.org does not designate permitted sender hosts) From: "Alexey I. Froloff" To: Zsh list Subject: [PATCH] 27994: fix error message in test Date: Sat, 5 Jun 2010 23:58:41 +0400 Message-Id: <1275767921-18939-1-git-send-email-raorn@altlinux.org> X-Mailer: git-send-email 1.7.0.6 Signed-off-by: Alexey I. Froloff --- 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