From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17830 invoked from network); 18 May 2001 12:12:39 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 May 2001 12:12:39 -0000 Received: (qmail 16130 invoked by alias); 18 May 2001 12:12:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14380 Received: (qmail 16064 invoked from network); 18 May 2001 12:12:15 -0000 From: "Bart Schaefer" Message-Id: <1010518121123.ZM3837@candle.brasslantern.com> Date: Fri, 18 May 2001 12:11:23 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Test/V01zmodload.ztst MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii While I was waiting for that drive to check (it never did succeed, sigh) I wrote up the test script for the zmodload command and committed it. Currently one of the tests fails: After defining an autoloaded math func, you can't undefine it again, even if the module has not been loaded. It's probably something incredibly simple, but I'm not up to pursuing it right now, so if you want "make check" to pass you have to comment out the line `zmodload -uf bogus'. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net